Skip to content

Commit

Permalink
Unbreak publishing: add missing has-published script to package json
Browse files Browse the repository at this point in the history
  • Loading branch information
Henrik Hermansen committed Nov 3, 2016
1 parent d625bcf commit 2c5732a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"test": "cross-env NODE_ENV=test mocha -G --compilers js:babel-core/register --require src/test/setup.js --recursive src/test",
"tdd": "npm test -- --watch",
"validate": "npm ls",
"postpublish": "git tag ${npm_package_version} && git push --tags"
"postpublish": "git tag ${npm_package_version} && git push --tags",
"has-published": "npm show . versions -s | grep -q ${npm_package_version}"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 2c5732a

Please sign in to comment.