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:
+4
-10
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user