Skip to content

Commit

Permalink
remove prepublish hook
Browse files Browse the repository at this point in the history
  • Loading branch information
A committed Apr 16, 2015
1 parent 5a56cfd commit 5cbb994
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
{
"name": "textr",
"version": "0.1.1",
"version": "0.2.0",
"description": "Tiny and extendable text transforming framework",
"main": "index.js",
"scripts": {
"coverage": "istanbul cover _mocha",
"precoveralls": "npm run coverage",
"coveralls": "coveralls < coverage/lcov.info",
"test": "mocha",
"tdd": "npm test -- --watch",
"postpublish": "git push --follow-tags"
"tdd": "npm test -- --watch"
},
"keywords": [
"typographic",
Expand Down

0 comments on commit 5cbb994

Please sign in to comment.