Skip to content

Commit 992766f

Browse files
author
Ivan Demidov
committed
chore(package): add np
1 parent 0b89d95 commit 992766f

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@
1818
"scripts": {
1919
"commitmsg": "conventional-changelog-lint -e",
2020
"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",
2124
"lintcss": "stylelint src/**/*.css",
2225
"lintjs": "eslint ./*.js",
2326
"lintmd": "eslint --ext md --rule indent: [error, 4] .",
@@ -59,6 +62,7 @@
5962
"eslint-plugin-require-path-exists": "^1.1.5",
6063
"eslint-plugin-xo": "^1.0.0",
6164
"husky": "^0.12.0",
65+
"np": "^2.12.0",
6266
"postcss-at-rules-variables": "0.0.26",
6367
"postcss-attribute-selector-prefix": "0.0.12",
6468
"postcss-calc": "^5.3.1",

0 commit comments

Comments
 (0)