Skip to content

Commit

Permalink
Remove publish-please dep
Browse files Browse the repository at this point in the history
  • Loading branch information
icebob committed May 30, 2016
1 parent ba87629 commit 401f69c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@
"changelog": "conventional-changelog -i CHANGELOG.md -s",
"pretest": "npm run lint",
"test": "karma start test/karma.conf.js",
"ci": "karma start test/karma.conf.js --auto-watch --no-single-run --reporters=dots",
"publish-please": "publish-please",
"prepublish": "publish-please guard"
"ci": "karma start test/karma.conf.js --auto-watch --no-single-run --reporters=dots"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 401f69c

Please sign in to comment.