Skip to content

Instantly share code, notes, and snippets.

@DavidStrada
Created June 8, 2016 17:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DavidStrada/bd33fdfdc876b4e48e2f3358fd6b66b8 to your computer and use it in GitHub Desktop.
Save DavidStrada/bd33fdfdc876b4e48e2f3358fd6b66b8 to your computer and use it in GitHub Desktop.
jspm bootstrap overwrite
{
"npm:bootstrap@4.0.0-alpha.2": {
"files": [ "dist", "fonts", "js", "sass", "package.json" ],
"main": "js/bootstrap",
"shim": {
"js/bootstrap": {
"deps": [ "jquery" ], "exports": "$"
},
"deps": ["thether"],
}
"dependencies": {
"zeroclipboard": "npm:zeroclipboard@^2.1.6",
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment