]> source.dussan.org Git - jquery.git/commitdiff
Adds post-install grunt hook
authorJacob Thornton <jacobthornton@gmail.com>
Tue, 19 Jun 2012 21:11:05 +0000 (17:11 -0400)
committerRick Waldron <waldron.rick@gmail.com>
Tue, 19 Jun 2012 21:11:05 +0000 (17:11 -0400)
package.json

index 042ca3e27618947bae5e7f980bab241317c82c6a..538d2ddd537d0d2ded3d87e03dfe13955db81fe0 100644 (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"
+  }
 }