Skip to content

Commit

Permalink
Merge pull request #11294 from ncoden/chore/move-jquery-to-peer-depen…
Browse files Browse the repository at this point in the history
…dencies-11290

chore: move jQuery & what-input to peerDependencies #11290
  • Loading branch information
ncoden authored May 24, 2018
2 parents 9dec2f3 + b1b9408 commit 3dc2e1c
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 @@ -24,7 +24,7 @@
"deploy:docs": "gulp deploy:docs --color",
"deploy:beta": "gulp deploy:beta --color"
},
"dependencies": {
"peerDependencies": {
"jquery": ">=2.2.0",
"what-input": ">=4.1.0"
},
Expand Down Expand Up @@ -75,6 +75,7 @@
"husky": "^1.0.0-rc.2",
"inquirer": "^5.2.0",
"is-empty-object": "^1.1.1",
"jquery": ">=2.2.0",
"js-yaml": "^3.8.4",
"mocha": "^5.0.5",
"mocha-headless-chrome": "^2.0.0",
Expand All @@ -98,6 +99,7 @@
"vinyl-named": "^1.1.0",
"webpack": "^4.5.0",
"webpack-stream": "^4.0.3",
"what-input": ">=4.1.0",
"yargs": "^11.0.0"
},
"engines": {
Expand Down

0 comments on commit 3dc2e1c

Please sign in to comment.