mirror of
https://github.com/jquery/jquery.git
synced 2026-04-20 03:01:22 -04:00
Adds post-install grunt hook
This commit is contained in:
committed by
Rick Waldron
parent
7692ae419d
commit
286c4d91dd
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user