Last active
January 3, 2016 04:22
-
-
Save TylerJPresley/0002a1212202aa2317ea to your computer and use it in GitHub Desktop.
config.js overrides
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"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