diff options
author | Timmy Willison <timmywillisn@gmail.com> | 2013-11-14 10:17:18 -0500 |
---|---|---|
committer | Timmy Willison <timmywillisn@gmail.com> | 2013-11-14 10:17:18 -0500 |
commit | ac7ff97f8b9cc2cf29e1ed14d931dbb5b690e3af (patch) | |
tree | 37cdc1694a198b2c4587863c29a455272d13327d /.jshintignore | |
parent | 1a13e0b1adcc7e5f4affa2e64f0533cb76a802b5 (diff) | |
download | jquery-ac7ff97f8b9cc2cf29e1ed14d931dbb5b690e3af.tar.gz jquery-ac7ff97f8b9cc2cf29e1ed14d931dbb5b690e3af.zip |
Use grunt and bower packages as local dependencies. Close gh-1433.
Diffstat (limited to '.jshintignore')
-rw-r--r-- | .jshintignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.jshintignore b/.jshintignore index e520461f7..2df0a13dc 100644 --- a/.jshintignore +++ b/.jshintignore @@ -1,7 +1,7 @@ src/intro.js src/outro.js -test/qunit/** test/data/jquery-1.9.1.js +bower_modules test/data/badcall.js test/data/badjson.js test/data/json_obj.js |