Skip to content

Instantly share code, notes, and snippets.

@TylerJPresley
Last active January 3, 2016 04:22
Show Gist options
  • Save TylerJPresley/0002a1212202aa2317ea to your computer and use it in GitHub Desktop.
Save TylerJPresley/0002a1212202aa2317ea to your computer and use it in GitHub Desktop.
config.js overrides
"overrides": {
"npm:[email protected]": {
"main": "client/shim.min"
},
"github:hakanersu/[email protected]": {
"main": "dist/js/jquery.amaran.min.js"
},
"github:TylerJPresley/bootstrap@v4-dev": {
"dependencies": {
"HubSpot/tether": "1.1.1",
"jquery": "jspm:jquery@*"
}
},
"github:eternicode/[email protected]": {
"main": "js/bootstrap-datepicker.min.js",
"dependencies": {
"bootstrap": "github:TylerJPresley/bootstrap@v4-dev",
"jquery": "jspm:jquery@*"
}
},
"github:HubSpot/[email protected]": {
"main": "dist/js/tether.min.js"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment