We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2e163b commit 9e3edc0Copy full SHA for 9e3edc0
Gruntfile.js
@@ -58,8 +58,8 @@ module.exports = (grunt) => {
58
options: {
59
specs: 'tests/specs/*_spec.js',
60
vendor: [
61
- 'bower_components/jquery/dist/jquery.min.js',
62
- 'bower_components/jasmine-jquery/lib/jasmine-jquery.js'
+ 'node_modules/jquery/dist/jquery.min.js',
+ 'node_modules/jasmine-jquery/lib/jasmine-jquery.js'
63
],
64
helpers: [
65
'tests/helpers.js'
bower.json
@@ -26,6 +26,6 @@
26
"tests"
27
28
"dependencies": {
29
- "jquery": "~2.1.1"
+ "jquery": "^2.0.0"
30
}
31
package.json
@@ -36,5 +36,8 @@
36
},
37
"scripts": {
38
"test": "grunt travis --verbose"
39
+ },
40
+ "dependencies": {
41
+ "jquery": "^2.2.4"
42
43
0 commit comments