Adds post-install grunt hook

This commit is contained in:
Jacob Thornton
2012-06-19 17:11:05 -04:00
committed by Rick Waldron
parent 7692ae419d
commit 286c4d91dd

View File

@@ -1,6 +1,7 @@
{
"name": "jquery",
"title": "jQuery",
"main": "./dist/jquery.js",
"description": "New Wave JavaScript",
"version": "1.8.0pre",
"homepage": "http://jquery.com",
@@ -30,5 +31,8 @@
"grunt": ">=0.3.9",
"testswarm": "0.2.2"
},
"keywords": []
"keywords": [],
"scripts": {
"postinstall": "./node_modules/grunt/bin/grunt"
}
}