Skip to content

Commit

Permalink
chore: added verpub view command
Browse files Browse the repository at this point in the history
  • Loading branch information
Gcaufy committed Nov 28, 2019
1 parent 64b4e76 commit 4a0a631
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 80 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@
"test": "npm run lint && ./scripts/test.sh",
"clean": "./scripts/clean.sh",
"publish": "./scripts/npm_publish/index.js publish",
"pub": "./node_modules/.bin/verpub publish",
"pub:dry": "./node_modules/.bin/verpub publish --dry-run",
"view": "./node_modules/.bin/verpub view -l",
"release": "./node_modules/.bin/verpub publish",
"release:dry": "./node_modules/.bin/verpub publish --dry-run",
"commit": "git cz"
},
"repository": {
Expand Down
78 changes: 0 additions & 78 deletions scripts/package.js

This file was deleted.

0 comments on commit 4a0a631

Please sign in to comment.