Skip to content

Commit

Permalink
add: publish script and np (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikqi authored Oct 12, 2019
1 parent 5bd8ff2 commit c1ef5eb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"vuepressify": "app/cli.js"
},
"scripts": {
"publish": "np",
"test": "xo && ava --serial"
},
"main": "app/index.js",
Expand All @@ -35,7 +36,8 @@
"ejs": "^2.6.1",
"fs-extra": "^6.0.1",
"inquirer": "^6.0.0",
"meow": "^5.0.0"
"meow": "^5.0.0",
"np": "^5.1.1"
},
"license": "MIT",
"engines": {
Expand Down

0 comments on commit c1ef5eb

Please sign in to comment.