Skip to content

Commit

Permalink
build: drop np
Browse files Browse the repository at this point in the history
  • Loading branch information
Scrum committed Jan 12, 2018
1 parent 76810ea commit fb24f4c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@
"scripts": {
"commitmsg": "conventional-changelog-lint -e",
"postpublish": "conventional-changelog -i changelog.md -s -r 0 && git commit -am \"chore(changelog): Update changelog\"",
"patch": "np patch --any-branch",
"minor": "np minor --any-branch",
"major": "np major --any-branch",
"clean": "rm -rf lib",
"build": "npm run clean && babel src -d lib",
"prepublish": "npm run build",
Expand Down Expand Up @@ -79,7 +76,6 @@
"eslint-plugin-xo": "^1.0.0",
"execa": "^0.7.0",
"husky": "^0.13.3",
"np": "^2.13.1",
"nyc": "^11.0.2",
"postcss": "^6.0.1",
"postcss-cli": "^4.1.0",
Expand Down

0 comments on commit fb24f4c

Please sign in to comment.