removing postinstall

This commit is contained in:
Jeffrey Morgan 2015-04-16 17:22:43 -04:00
parent 3cf1a37835
commit 77ee7b3485
1 changed files with 1 additions and 2 deletions

View File

@ -12,11 +12,10 @@
"bugs": "https://github.com/kitematic/kitematic/issues", "bugs": "https://github.com/kitematic/kitematic/issues",
"scripts": { "scripts": {
"start": "gulp", "start": "gulp",
"test": "jest --coverage", "test": "jest",
"release": "gulp release", "release": "gulp release",
"release:beta": "gulp release --beta", "release:beta": "gulp release --beta",
"preinstall": "./util/deps", "preinstall": "./util/deps",
"postinstall": "gulp download",
"lint": "jsxhint src && jsxhint browser" "lint": "jsxhint src && jsxhint browser"
}, },
"licenses": [ "licenses": [