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:
authorChris Rebert <github@chrisrebert.com>2015-10-01 20:30:56 +0300
committerChris Rebert <github@chrisrebert.com>2015-10-01 20:30:56 +0300
commit472cb85b82e1a9c87b1a5aea9c692a4883b5000a (patch)
tree3591eb8642e4a1a6cee86fed00fc8a9524ef8c7d
parentf66d1631f59d88994a2d9fc1f8599ce143572bb0 (diff)
parent1ba4577cc6786c15a86cabb5dff719febc7c9b15 (diff)
Merge pull request #17270 from jdanyow/patch-1
Update jspm package configuration
-rw-r--r--package.json14
1 files changed, 8 insertions, 6 deletions
diff --git a/package.json b/package.json
index fdd09f5a48..17cb245da2 100644
--- a/package.json
+++ b/package.json
@@ -79,16 +79,18 @@
],
"jspm": {
"main": "js/bootstrap",
+ "ignore": ["dist/js/npm"],
+ "directories": {
+ "lib": "dist"
+ },
"shim": {
"js/bootstrap": {
- "deps": "jquery",
+ "deps": ["jquery"],
"exports": "$"
}
},
- "files": [
- "css",
- "fonts",
- "js"
- ]
+ "dependencies": {
+ "jquery": "*"
+ }
}
}