We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b89d95 commit 992766fCopy full SHA for 992766f
1 file changed
package.json
@@ -18,6 +18,9 @@
18
"scripts": {
19
"commitmsg": "conventional-changelog-lint -e",
20
"postpublish": "conventional-changelog -i changelog.md -s -r 0 && git commit -am \"chore(changelog): Update changelog v`npm view post-config version`\"",
21
+ "patch": "np patch --any-branch",
22
+ "minor": "np minor --any-branch",
23
+ "major": "np major --any-branch",
24
"lintcss": "stylelint src/**/*.css",
25
"lintjs": "eslint ./*.js",
26
"lintmd": "eslint --ext md --rule indent: [error, 4] .",
@@ -59,6 +62,7 @@
59
62
"eslint-plugin-require-path-exists": "^1.1.5",
60
63
"eslint-plugin-xo": "^1.0.0",
61
64
"husky": "^0.12.0",
65
+ "np": "^2.12.0",
66
"postcss-at-rules-variables": "0.0.26",
67
"postcss-attribute-selector-prefix": "0.0.12",
68
"postcss-calc": "^5.3.1",
0 commit comments