Skip to content

Commit 82f83a9

Browse files
Merge pull request #20 from jbienesdev/master
Update jquery to 3.4.1
2 parents c6803e4 + d7f2d6b commit 82f83a9

File tree

2 files changed

+784
-20
lines changed

2 files changed

+784
-20
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"gulp-webserver": "^0.9.1",
5858
"husky": "^3.0.8",
5959
"jest": "^22.4.2",
60-
"jquery": "^3.4.0",
60+
"jquery": "^3.4.1",
6161
"jsdoc": "^3.5.5",
6262
"prettier": "^1.18.2",
6363
"pretty-quick": "^1.11.1",
@@ -66,5 +66,8 @@
6666
},
6767
"peerDependencies": {
6868
"jQuery": "^3.3.1"
69+
},
70+
"jest": {
71+
"testURL": "http://localhost/"
6972
}
7073
}

0 commit comments

Comments
 (0)