Skip to content

Commit

Permalink
move jquery to peerDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
graingert committed Jun 4, 2018
1 parent 8c76832 commit 92c3719
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 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 Down Expand Up @@ -50,6 +49,9 @@
"karma-sauce-launcher": "^1.1.0",
"mocha": "^3.1.0"
},
"peerDependencies": {
"jquery": "^1.7.0"
},
"scripts": {
"test": "karma start",
"build": "make",
Expand Down

0 comments on commit 92c3719

Please sign in to comment.