diff options
author | Rick Waldron <waldron.rick@gmail.com> | 2012-06-30 12:53:15 -0700 |
---|---|---|
committer | Rick Waldron <waldron.rick@gmail.com> | 2012-06-30 12:53:15 -0700 |
commit | f18b75940e61a52ef9c0cf41a4bda3bcdae5c46c (patch) | |
tree | 001ea76f587d67b70d039d62869bdc291f946ab3 | |
parent | 3d822afbe8929b04d4ca17c6abb7afb7eeccbceb (diff) | |
download | jquery-f18b75940e61a52ef9c0cf41a4bda3bcdae5c46c.tar.gz jquery-f18b75940e61a52ef9c0cf41a4bda3bcdae5c46c.zip |
Use ~ to hold grunt at 0.3.9
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 042ca3e27..ecebd2cc2 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "dependencies": {}, "devDependencies": { "grunt-compare-size": ">=0.1.0", - "grunt": ">=0.3.9", + "grunt": "~0.3.9", "testswarm": "0.2.2" }, "keywords": [] |