diff options
author | Jacob Thornton <jacobthornton@gmail.com> | 2012-06-19 17:11:05 -0400 |
---|---|---|
committer | Rick Waldron <waldron.rick@gmail.com> | 2012-06-19 17:11:05 -0400 |
commit | 286c4d91dde12ba32f4a56273d05374b1cbb79e7 (patch) | |
tree | 600dd4fe16abeb6e7f72651c0719edc5203b4b19 /package.json | |
parent | 7692ae419d4c19bd06a0ba01fc2af8d21035873c (diff) | |
download | jquery-286c4d91dde12ba32f4a56273d05374b1cbb79e7.tar.gz jquery-286c4d91dde12ba32f4a56273d05374b1cbb79e7.zip |
Adds post-install grunt hook
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/package.json b/package.json index 042ca3e27..538d2ddd5 100644 --- a/package.json +++ b/package.json @@ -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" + } } |