]> source.dussan.org Git - jquery.git/commitdiff
Removes scripts:postinstall from package.json, see: 286c4d91dde12ba32f4a56273d05374b1...
authorRick Waldron <waldron.rick@gmail.com>
Thu, 21 Jun 2012 20:03:11 +0000 (16:03 -0400)
committerRick Waldron <waldron.rick@gmail.com>
Thu, 21 Jun 2012 20:03:11 +0000 (16:03 -0400)
package.json

index 538d2ddd537d0d2ded3d87e03dfe13955db81fe0..4bfd8dc6e4673318b51d734e826ea13783d9487b 100644 (file)
@@ -31,8 +31,5 @@
     "grunt": ">=0.3.9",
     "testswarm": "0.2.2"
   },
-  "keywords": [],
-  "scripts": {
-    "postinstall": "./node_modules/grunt/bin/grunt"
-  }
+  "keywords": []
 }