Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save dcardosods/4576a2568113bbbf94f714f18698bb15 to your computer and use it in GitHub Desktop.
Save dcardosods/4576a2568113bbbf94f714f18698bb15 to your computer and use it in GitHub Desktop.
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