Skip to content

Commit

Permalink
build: drop np and script for np
Browse files Browse the repository at this point in the history
  • Loading branch information
Scrum committed Jan 29, 2018
1 parent aa5cf32 commit 792af11
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 dist && mkdir dist",
"build": "npm run clean && babel src/ -d dist/",
"prepublish": "npm run build",
Expand Down Expand Up @@ -60,7 +57,6 @@
"eslint-plugin-vue": "^2.0.1",
"eslint-plugin-xo": "^1.0.0",
"husky": "^0.13.4",
"np": "^2.15.0",
"updtr": "^1.0.0"
},
"browser": "dist/vue-2-breadcrumbs.js",
Expand Down

0 comments on commit 792af11

Please sign in to comment.