Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <markdotto@gmail.com>2017-08-08 07:37:01 +0300
committerMark Otto <markd.otto@gmail.com>2017-08-09 18:32:14 +0300
commitb21fc944b41c4d492b1c28cc89e51fcbcf4cf4b1 (patch)
tree780c3eeccfbec681713df6f62b7bc1d4aaa9ed38
parent0cb7a1687c6589f65c6da9d63d8140508a8b05c2 (diff)
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 390979ad6f..6af7162b18 100644
--- a/package.json
+++ b/package.json
@@ -66,6 +66,8 @@
},
"license": "MIT",
"dependencies": {
+ },
+ "peerDependencies": {
"jquery": ">=1.9.1",
"popper.js": "^1.11.0"
},