Moved some multiple-entry shimmings to web_modules, because Bower specs about main are still not finished, and webpack doesn't support multiple entry-aliases neither yet.

Also making custom css/overriding them becomes easier.
This commit is contained in:
Gunther Brunner
2014-06-27 19:34:17 +09:00
parent 41ce702b90
commit 0aefed70c8
7 changed files with 16 additions and 11 deletions

View File

@@ -40,12 +40,14 @@
"angular-elastic": "~2.3.4",
"quick-ng-repeat": "~0.0.1",
"angular-vs-repeat": "~1.0.0-rc2",
"checklist-model": "~0.1.3"
"checklist-model": "~0.1.3",
"angular-hotkeys": "chieffancypants/angular-hotkeys#~1.3.1"
},
"private": true,
"resolutions": {
"angular": "~1.3.0-beta.13",
"angular-sanitize": "~1.3.0-beta.13",
"angular-touch": "~1.3.0-beta.13"
"angular-touch": "~1.3.0-beta.13",
"angular-hotkeys": "~1.3.1"
}
}