Commit 1ba4577c authored by Jeremy Danyow's avatar Jeremy Danyow
Browse files

Update jspm package configuration

Related to https://github.com/jspm/registry/pull/534
parent c8ab0a56
Showing with 8 additions and 6 deletions
+8 -6
...@@ -82,16 +82,18 @@ ...@@ -82,16 +82,18 @@
], ],
"jspm": { "jspm": {
"main": "js/bootstrap", "main": "js/bootstrap",
"ignore": ["dist/js/npm"],
"directories": {
"lib": "dist"
},
"shim": { "shim": {
"js/bootstrap": { "js/bootstrap": {
"deps": "jquery", "deps": ["jquery"],
"exports": "$" "exports": "$"
} }
}, },
"files": [ "dependencies": {
"css", "jquery": "*"
"fonts", }
"js"
]
} }
} }
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment