-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a647a53
commit a6cda17
Showing
2 changed files
with
5 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
{ | ||
"name": "webpack-validator", | ||
"version": "1.0.0-beta.10", | ||
"description": "Validate your webpack config with joi", | ||
"main": "dist", | ||
"files": [ | ||
|
@@ -19,11 +18,12 @@ | |
"watch:test": "npm run test -- -w", | ||
"release": "npm run build && with-package git commit -am pkg.version && with-package git tag pkg.version && git push && npm publish && git push --tags", | ||
"release:beta": "npm run release && npm run tag:beta", | ||
"tag:beta": "with-package npm dist-tag add [email protected] beta" | ||
"tag:beta": "with-package npm dist-tag add [email protected] beta", | ||
"semantic-release": "semantic-release pre && npm publish && semantic-release post" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/jonathanewerner/webpack-validator.git" | ||
"url": "https://github.com/jonathanewerner/webpack-validator.git" | ||
}, | ||
"author": "Jonathan Werner <[email protected]> (http://jonathanwerner.net)", | ||
"license": "MIT", | ||
|
@@ -63,6 +63,7 @@ | |
"path-parse": "1.0.5", | ||
"power-assert": "1.3.1", | ||
"rimraf": "2.5.2", | ||
"semantic-release": "^4.3.5", | ||
"sinon": "1.17.3", | ||
"validate-commit-msg": "2.5.0", | ||
"webpack": "1.12.14", | ||
|