Skip to content

Commit

Permalink
auto-publish scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Nov 21, 2017
1 parent ca69873 commit 6d8b7c8
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,18 @@
"main": "ini.js",
"scripts": {
"pretest": "standard ini.js",
"test": "tap test/*.js --100"
"test": "tap test/*.js --100 -J",
"preversion": "npm test",
"postversion": "npm publish",
"postpublish": "git push origin --all; git push origin --tags"
},
"engines": {
"node": "*"
},
"dependencies": {},
"devDependencies": {
"standard": "^10.0.3",
"tap": "^10.7.3"
"tap": "^10.7.3 || 11"
},
"license": "ISC",
"files": [
Expand Down

0 comments on commit 6d8b7c8

Please sign in to comment.