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 @@
],
"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": "*"
}
}
}
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