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:
authorvsn4ik <vsn4ik@gmail.com>2017-09-05 21:49:29 +0300
committervsn4ik <vsn4ik@gmail.com>2017-09-05 21:49:29 +0300
commitc82110d0218e10fde0762cfdfb318648387909b8 (patch)
treeb6fff5146b97905a455f5bd2632b78d1d1176699 /package.json
parent90f6912c993da239a0f10469b433dd4427a811f6 (diff)
Fix jquery version
Diffstat (limited to 'package.json')
-rw-r--r--package.json7
1 files changed, 4 insertions, 3 deletions
diff --git a/package.json b/package.json
index 5642173752..0abe315457 100644
--- a/package.json
+++ b/package.json
@@ -70,7 +70,7 @@
"license": "MIT",
"dependencies": {},
"peerDependencies": {
- "jquery": "3.0.0 - 4.0.0",
+ "jquery": "^3.0.0",
"popper.js": "^1.12.3"
},
"devDependencies": {
@@ -118,6 +118,7 @@
"LICENSE"
],
"jspm": {
+ "registry": "npm",
"main": "js/bootstrap",
"directories": {
"lib": "dist"
@@ -133,8 +134,8 @@
},
"dependencies": {},
"peerDependencies": {
- "jquery": "3",
- "popper.js": "npm:popper.js@^1.12.3"
+ "jquery": "^3.0.0",
+ "popper.js": "^1.12.3"
}
}
}