2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03:00

fix(build): remove jquery in our build

This commit is contained in:
Johann-S
2018-06-17 22:59:48 +02:00
committed by XhmikosR
parent 6b0808354d
commit 83cea3bafa
2 changed files with 1 additions and 6 deletions
+1 -5
View File
@@ -96,7 +96,6 @@
"license": "MIT",
"dependencies": {},
"peerDependencies": {
"jquery": "1.9.1 - 3",
"popper.js": "^1.14.7"
},
"devDependencies": {
@@ -203,15 +202,12 @@
"shim": {
"js/bootstrap": {
"deps": [
"jquery",
"popper.js"
],
"exports": "$"
]
}
},
"dependencies": {},
"peerDependencies": {
"jquery": "1.9.1 - 3",
"popper.js": "^1.14.7"
}
}