Skip to content

Commit df8040e

Browse files
committed
add jQuery to devDependencies for run test correctly on localhost
1 parent 4c4fdd2 commit df8040e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@
3636
"grunt-contrib-watch": "^0.6.1",
3737
"grunt-umd": "~2.4.0",
3838
"numeral": "~1.5.3",
39-
"qunitjs": "^1.20.0"
39+
"qunitjs": "^1.20.0",
40+
"jquery": ">1.8.0"
4041
},
4142
"dependencies": {
4243
"jquery": ">1.8.0"

0 commit comments

Comments
 (0)