Skip to content

Commit

Permalink
Merge pull request #1079 from seyfer/fix-jqeury-peer-warn
Browse files Browse the repository at this point in the history
fix for #1078 - jquery peer warn on packages install
  • Loading branch information
Alex-D authored Feb 10, 2020
2 parents 4142b81 + 19e1090 commit e97483e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"vinyl-paths": "2.1.0"
},
"peerDependencies": {
"jQuery": ">=1.8"
"jquery": ">=1.8"
},
"scripts": {
"start": "gulp",
Expand Down

0 comments on commit e97483e

Please sign in to comment.