fix npm installs by pinning karma-coffee-preproccessor
Change-Id: I26809102e68d1be5951a2eb446f2f4a0aeb40e08 Reviewed-on: https://gerrit.instructure.com/31707 Reviewed-by: Aaron Shafovaloff <ashafovaloff@instructure.com> Tested-by: Jenkins <jenkins@instructure.com> Product-Review: Stanley Stuart <stanley@instructure.com> QA-Review: Stanley Stuart <stanley@instructure.com>
This commit is contained in:
parent
ef854983e0
commit
86158729ce
|
@ -17,7 +17,8 @@
|
|||
"karma-coverage": "~0.1.4",
|
||||
"karma-ie-launcher": "~0.1.1",
|
||||
"karma-osx-reporter": "0.0.4",
|
||||
"karma-firework-reporter": "~0.2.3"
|
||||
"karma-firework-reporter": "~0.2.3",
|
||||
"karma-coffee-preprocessor": "0.1.3"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
Loading…
Reference in New Issue