From a7c70b516c1e207cc71e4222c4fe53992eac9beb Mon Sep 17 00:00:00 2001 From: Dor Tzur Date: Sat, 23 May 2015 17:23:54 +0300 Subject: [PATCH] remove post install --- package.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index c7dbae8..df44162 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,11 @@ { "name": "simple-random", - "version": "1.0.2", + "version": "1.0.3", "description": "A simple flexible javascript library that creates random alpha-numeric strings. Works in both NodeJS and the browser.", "main": "index.js", "scripts": { "test": "./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha", - "posttest": "./node_modules/.bin/istanbul check-coverage && rm -rf coverage", - "postinstall": "./node_modules/.bin/browserify browser.js -o dist/simple_random.js -s simpleRandom" + "posttest": "./node_modules/.bin/istanbul check-coverage && rm -rf coverage" }, "repository": { "type": "git",