Skip to content

Commit

Permalink
autopublish scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Jun 6, 2017
1 parent 363e0d9 commit 8be4c24
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Expand Up @@ -9,8 +9,11 @@
"cache"
],
"scripts": {
"test": "tap test --100",
"posttest": "standard test/*.js index.js"
"test": "tap test/*.js --100 -J",
"posttest": "standard test/*.js index.js",
"preversion": "npm test",
"postversion": "npm publish",
"postpublish": "git push origin --all; git push origin --tags"
},
"main": "index.js",
"repository": "git://github.com/isaacs/node-lru-cache.git",
Expand Down

0 comments on commit 8be4c24

Please sign in to comment.