Removes scripts:postinstall from package.json, see: 286c4d91dd

This commit is contained in:
Rick Waldron 2012-06-21 16:03:11 -04:00
parent 26bdbb806e
commit d5658e978d

View File

@ -31,8 +31,5 @@
"grunt": ">=0.3.9",
"testswarm": "0.2.2"
},
"keywords": [],
"scripts": {
"postinstall": "./node_modules/grunt/bin/grunt"
}
"keywords": []
}