From 5cbb9947e061b47522f02e2973acfc9c2626ccbe Mon Sep 17 00:00:00 2001 From: Shuvalov Anton Date: Thu, 16 Apr 2015 13:17:23 +0300 Subject: [PATCH] remove prepublish hook --- package.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 543a390..d5d05cd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "textr", - "version": "0.1.1", + "version": "0.2.0", "description": "Tiny and extendable text transforming framework", "main": "index.js", "scripts": { @@ -8,8 +8,7 @@ "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",