client_apps: update deps & prepare for workspaces
This gets canvas_quizzes ready to be used as a yarn workspace Test plan: * the quiz log auditing pages and the quiz statistics pages Should look / work the exact same as before * `cd client_apps/canvas_quizzes` * `yarn test` * it should work, as it did before Change-Id: I55528fb8dfc9f49ac37989cb848be2ffd2fcf245 Reviewed-on: https://gerrit.instructure.com/152121 Tested-by: Jenkins Reviewed-by: Clay Diffrient <cdiffrient@instructure.com> Product-Review: Ryan Shaw <ryan@instructure.com> QA-Review: Ryan Shaw <ryan@instructure.com>
This commit is contained in:
parent
03cb9f3b9a
commit
e361de1655
|
@ -25,9 +25,9 @@
|
|||
"lms"
|
||||
],
|
||||
"scripts": {
|
||||
"start": "./node_modules/grunt-cli/bin/grunt",
|
||||
"test": "./node_modules/grunt-cli/bin/grunt test",
|
||||
"build": "./node_modules/grunt-cli/bin/grunt compile_js"
|
||||
"start": "yarn grunt",
|
||||
"test": "yarn grunt test",
|
||||
"build": "yarn grunt compile_js"
|
||||
},
|
||||
"files": [
|
||||
"dist/canvas_quizzes.js",
|
||||
|
@ -68,5 +68,8 @@
|
|||
"requirejs": "~2.2.0",
|
||||
"react-tools": "0.11.2",
|
||||
"shelljs": "0.7.0"
|
||||
},
|
||||
"resolutions": {
|
||||
"grunt-contrib-jasmine/jasmine-core": "2.6.4"
|
||||
}
|
||||
}
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue