Skip to content

Commit dbabec2

Browse files
committed
build: drop np
1 parent 411cc26 commit dbabec2

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

package.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@
1919
"precommit": "clinton && lint-staged",
2020
"commitmsg": "commitlint --extends=@commitlint/config-angular -e",
2121
"postpublish": "conventional-changelog -i changelog.md -s -r 0 && git commit -am \"chore: Update changelog\"",
22-
"patch": "np patch --any-branch --no-yarn",
23-
"minor": "np minor --any-branch --no-yarn",
24-
"major": "np major --any-branch --no-yarn",
2522
"prepare": "npm run build",
2623
"build": "rimraf lib && babel src -d lib",
2724
"test": "jest && codecov"
@@ -65,7 +62,6 @@
6562
"is-promise": "^2.1.0",
6663
"jest": "^21.2.1",
6764
"lint-staged": "^5.0.0",
68-
"np": "^2.14.1",
6965
"rimraf": "^2.6.1"
7066
},
7167
"lint-staged": {

0 commit comments

Comments
 (0)