Created
October 31, 2018 09:36
-
-
Save dcardosods/4576a2568113bbbf94f714f18698bb15 to your computer and use it in GitHub Desktop.
Add overrides pointing to the correct main files (https://github.com/dcardosods/gulp-angular-bower-to-npm/commit/53d6e039fcbeb65964aa2f7f410509e056d15536)
This file contains 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
diff --git a/package.json b/package.json | |
index 50e86a0..e4c056f 100644 | |
--- a/package.json | |
+++ b/package.json | |
@@ -63,6 +63,23 @@ | |
"chalk": "~1.1.1", | |
"uglify-save-license": "~0.4.1" | |
}, | |
+ "overrides": { | |
+ "bootstrap": { | |
+ "main": [ | |
+ "less/bootstrap.less", | |
+ "dist/fonts/glyphicons-halflings-regular.eot", | |
+ "dist/fonts/glyphicons-halflings-regular.svg", | |
+ "dist/fonts/glyphicons-halflings-regular.ttf", | |
+ "dist/fonts/glyphicons-halflings-regular.woff", | |
+ "dist/fonts/glyphicons-halflings-regular.woff2" | |
+ ] | |
+ }, | |
+ "angular-ui-bootstrap": { | |
+ "main": [ | |
+ "dist/ui-bootstrap-tpls.js" | |
+ ] | |
+ } | |
+ }, | |
"engines": { | |
"node": ">=0.10.0" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment