aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Danyow <[email protected]>2015-08-24 07:44:30 -0400
committerJeremy Danyow <[email protected]>2015-08-24 17:34:19 -0400
commit1ba4577cc6786c15a86cabb5dff719febc7c9b15 (patch)
tree2894f3a6a50fc7c3201e545c032f2c429cb77571
parentc8ab0a56c24136aa4beb9f5e76b4548dd5c33df8 (diff)
downloadbootstrap-1ba4577cc6786c15a86cabb5dff719febc7c9b15.tar.xz
bootstrap-1ba4577cc6786c15a86cabb5dff719febc7c9b15.zip
Update jspm package configuration
Related to https://github.com/jspm/registry/pull/534
-rw-r--r--package.json14
1 files changed, 8 insertions, 6 deletions
diff --git a/package.json b/package.json
index eded9e2b4..570ebe7f8 100644
--- a/package.json
+++ b/package.json
@@ -82,16 +82,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": "*"
+ }
}
}