Skip to content
Snippets Groups Projects
Commit 2042bc17 authored by lehtint6's avatar lehtint6
Browse files

Upgrade in support to content type upgrade

parent 2136eefd
No related branches found
No related tags found
No related merge requests found
# acos-webdev-iwdap
# acos-webdev-inspector
Content package for Acos-servers that adds web development exercises
where student experiments with web using a browser inspector tool.
......
......@@ -29,6 +29,7 @@ Package.register = function (handlers, app, conf) {
Package.initialize = function (req, params, handlers, cb) {
let config = content[params.name];
if (config) {
config.mutationObserver = true;
config.resetButton = true;
}
cb(config);
......
......@@ -9,8 +9,7 @@
"name": "Teemu Lehtinen"
},
"dependencies": {
"acos-webdev": "^0.1.0",
"nunjucks": "^3.1.3"
"acos-webdev": "^0.1.1"
},
"license": "MIT"
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment