2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

Update package.json. (#24582)

1. Use the same jQuery version in jspm
2. Update the files to only include the source and dist folders
This commit is contained in:
XhmikosR
2017-11-25 02:02:25 +02:00
committed by GitHub
parent 2ec1606ab7
commit 3de46286b2
2 changed files with 5 additions and 10 deletions
+4 -10
View File
@@ -126,15 +126,9 @@
"node": ">=6"
},
"files": [
".babelrc",
".eslintignore",
"Gemfile",
"dist",
"build",
"js/.eslintrc.json",
"js/**/*.js",
"js/**/*.js.map",
"scss/**/*.scss"
"dist/",
"js/{src,dist}/",
"scss/"
],
"browserslist": [
"Chrome >= 45",
@@ -205,7 +199,7 @@
},
"dependencies": {},
"peerDependencies": {
"jquery": "^3.0.0",
"jquery": "1.9.1 - 3",
"popper.js": "^1.12.9"
}
}