From 286c4d91dde12ba32f4a56273d05374b1cbb79e7 Mon Sep 17 00:00:00 2001 From: Jacob Thornton Date: Tue, 19 Jun 2012 17:11:05 -0400 Subject: [PATCH] Adds post-install grunt hook --- package.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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" + } } -- 2.39.5