diff options
author | jaubourg <j@ubourg.net> | 2012-10-15 11:38:00 -0400 |
---|---|---|
committer | jaubourg <j@ubourg.net> | 2012-10-15 11:38:00 -0400 |
commit | d01253e20158f53c08aa6bc0c1cf66806cd19148 (patch) | |
tree | 01b7ce8404be0ae0d9cce66198856eaf355307dc /package.json | |
parent | cb67571dd2ee4aa3e2d9986580740696bac72d5a (diff) | |
download | jquery-d01253e20158f53c08aa6bc0c1cf66806cd19148.tar.gz jquery-d01253e20158f53c08aa6bc0c1cf66806cd19148.zip |
Fixes update submodule task for windows (uses an npm based task)
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json index 78ce80173..d4585846d 100644 --- a/package.json +++ b/package.json @@ -25,6 +25,7 @@ "devDependencies": { "grunt-compare-size": ">=0.1.0", "grunt-git-authors": ">=1.0.0", + "grunt-update-submodules": ">=0.1.0", "grunt": "~0.3.9", "testswarm": "0.2.2" }, |