add canvas_offline_course_viewer to package.json
fixes OFFW-104 test plan: * npm install * with no offline_web.yml config file, do an offline course export * should generate a package with a working viewer Change-Id: I3e100cd1ba722a564f764dd38cd4ca33295de22e Reviewed-on: https://gerrit.instructure.com/102650 Reviewed-by: Cameron Sutter <csutter@instructure.com> QA-Review: Cameron Sutter <csutter@instructure.com> Product-Review: Jon Willesen <jonw+gerrit@instructure.com> Tested-by: Jenkins
This commit is contained in:
parent
37ab0a8ebb
commit
9289923ee6
|
@ -8,6 +8,7 @@
|
|||
"dependencies": "only the things that need to be on the job servers in prod so they can generate brand css when someone uses the theme editor. (brandable_css and things that include css files that we @import from our scss files)",
|
||||
"dependencies": {
|
||||
"brandable_css": "0.0.67",
|
||||
"canvas_offline_course_viewer": "github:instructure/canvas_offline_course_viewer.git#0.2.1",
|
||||
"fullcalendar": "https://github.com/ryankshaw/fullcalendar.git#aa686b36d10cee1e1e3ec7c7784145e46667d47d",
|
||||
"instructure-ui": "0.18.2-bugfix.12",
|
||||
"instructure-icons": "1.1.2",
|
||||
|
|
Loading…
Reference in New Issue