diff options
author | Rick Waldron <waldron.rick@gmail.com> | 2012-06-21 16:03:11 -0400 |
---|---|---|
committer | Rick Waldron <waldron.rick@gmail.com> | 2012-06-21 16:03:11 -0400 |
commit | d5658e978d9a7234e537d57c45069ce223cb3853 (patch) | |
tree | eed4d9b2d765d6a786484ec116d439827479589a /package.json | |
parent | 26bdbb806eeb1d8e1881b3fc11ff298eb4d1dca0 (diff) | |
download | jquery-d5658e978d9a7234e537d57c45069ce223cb3853.tar.gz jquery-d5658e978d9a7234e537d57c45069ce223cb3853.zip |
Removes scripts:postinstall from package.json, see: 286c4d91dde12ba32f4a56273d05374b1cbb79e7
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/package.json b/package.json index 538d2ddd5..4bfd8dc6e 100644 --- a/package.json +++ b/package.json @@ -31,8 +31,5 @@ "grunt": ">=0.3.9", "testswarm": "0.2.2" }, - "keywords": [], - "scripts": { - "postinstall": "./node_modules/grunt/bin/grunt" - } + "keywords": [] } |