removed preinstall script

This commit is contained in:
Tankred Hase 2013-05-22 21:00:58 +02:00
parent 487ddca28c
commit c8094de448
1 changed files with 0 additions and 1 deletions

View File

@ -5,7 +5,6 @@
"node": ">=0.8" "node": ">=0.8"
}, },
"scripts": { "scripts": {
"preinstall": "rm -rf node_modules/",
"postinstall": "./res/copy-deps.sh", "postinstall": "./res/copy-deps.sh",
"test": "grunt test", "test": "grunt test",
"start": "grunt prod" "start": "grunt prod"