From: Jacob Thornton Date: Tue, 19 Jun 2012 21:11:05 +0000 (-0400) Subject: Adds post-install grunt hook X-Git-Tag: 1.8b1~14 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=286c4d91dde12ba32f4a56273d05374b1cbb79e7;p=jquery.git Adds post-install grunt hook --- 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" + } }