aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2017-08-07 21:37:01 -0700
committerMark Otto <[email protected]>2017-08-09 08:32:14 -0700
commitb21fc944b41c4d492b1c28cc89e51fcbcf4cf4b1 (patch)
tree780c3eeccfbec681713df6f62b7bc1d4aaa9ed38
parent0cb7a1687c6589f65c6da9d63d8140508a8b05c2 (diff)
downloadbootstrap-b21fc944b41c4d492b1c28cc89e51fcbcf4cf4b1.tar.xz
bootstrap-b21fc944b41c4d492b1c28cc89e51fcbcf4cf4b1.zip
Move from dependencies to peerDependencies
-rw-r--r--package.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json
index 390979ad6..6af7162b1 100644
--- a/package.json
+++ b/package.json
@@ -66,6 +66,8 @@
},
"license": "MIT",
"dependencies": {
+ },
+ "peerDependencies": {
"jquery": ">=1.9.1",
"popper.js": "^1.11.0"
},