aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2017-11-25 02:02:25 +0200
committerGitHub <[email protected]>2017-11-25 02:02:25 +0200
commit3de46286b2340ba7e9cad7d331eef8c555fde94b (patch)
treed0a06d5b35116a91f7fd1a2cb97e6f9812da6d59 /package.json
parent2ec1606ab7dc15883d0f0a924046e9dffdc7ba00 (diff)
downloadbootstrap-3de46286b2340ba7e9cad7d331eef8c555fde94b.tar.xz
bootstrap-3de46286b2340ba7e9cad7d331eef8c555fde94b.zip
Update package.json. (#24582)
1. Use the same jQuery version in jspm 2. Update the files to only include the source and dist folders
Diffstat (limited to 'package.json')
-rw-r--r--package.json14
1 files changed, 4 insertions, 10 deletions
diff --git a/package.json b/package.json
index 8534e320f..101fed0a2 100644
--- a/package.json
+++ b/package.json
@@ -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"
}
}