Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
1ba4577c
Commit
1ba4577c
authored
9 years ago
by
Jeremy Danyow
Browse files
Options
Download
Email Patches
Plain Diff
Update jspm package configuration
Related to
https://github.com/jspm/registry/pull/534
parent
c8ab0a56
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
package.json
+8
-6
package.json
with
8 additions
and
6 deletions
+8
-6
package.json
+
8
-
6
View file @
1ba4577c
...
...
@@ -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"
:
"*"
}
}
}
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment