Skip to content

Commit

Permalink
remove post install
Browse files Browse the repository at this point in the history
  • Loading branch information
dortzur committed May 23, 2015
1 parent 44f8b6a commit a7c70b5
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,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",
Expand Down

0 comments on commit a7c70b5

Please sign in to comment.