mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 08:03:30 +02:00
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:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user