Skip to content

Commit

Permalink
Merge pull request #1414 from graingert/patch-1
Browse files Browse the repository at this point in the history
move jquery to peerDependencies
  • Loading branch information
joallard authored Jul 11, 2018
2 parents 408f8e6 + 0939f27 commit 5bf6607
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
"url": "git://github.com/selectize/selectize.js.git"
},
"dependencies": {
"jquery": "^1.7.0",
"microplugin": "0.0.3",
"sifter": "^0.5.1"
},
Expand All @@ -37,6 +36,7 @@
"grunt-contrib-uglify": "^2.0.0",
"grunt-contrib-watch": "1.x",
"grunt-replace": "^1.0.1",
"jquery": "^3.3.1",
"karma": "^1.3.0",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^2.0.0",
Expand All @@ -50,6 +50,9 @@
"karma-sauce-launcher": "^1.1.0",
"mocha": "^3.1.0"
},
"peerDependencies": {
"jquery": "^1.7.0, ^2, ^3"
},
"scripts": {
"test": "karma start",
"build": "make",
Expand Down

0 comments on commit 5bf6607

Please sign in to comment.