Fix error in reference to files

pull/321/head
Fredrik Lautrup 2020-04-18 11:48:22 +02:00
parent 06705a6e5d
commit 7216b18867
2 changed files with 4 additions and 1 deletions

View File

@ -1304,7 +1304,7 @@
"tags": "clock",
"type": "clock",
"storage": [
{"name":"rclock.app.js","url":"app.js"},
{"name":"rclock.app.js","url":"rclock.app.js"},
{"name":"rclock.img","url":"app-icon.js","evaluate":true}
]
}

View File

@ -9,5 +9,8 @@
"scripts": {
"test": "node bin/sanitycheck.js",
"start": "npx http-server"
},
"dependencies": {
"acorn": "^7.1.1"
}
}