mirror of https://github.com/espruino/BangleApps
fix oblique js icon
parent
e7f3304904
commit
2eef8fc019
|
@ -2748,7 +2748,7 @@
|
||||||
"tags": "tool",
|
"tags": "tool",
|
||||||
"storage": [
|
"storage": [
|
||||||
{"name":"oblique.app.js","url":"app.js"},
|
{"name":"oblique.app.js","url":"app.js"},
|
||||||
{"name":"eno.img","url":"icon.js","evaluate":true}
|
{"name":"oblique.img","url":"app-icon.js","evaluate":true}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -12,6 +12,6 @@
|
||||||
"start": "npx http-server -c-1"
|
"start": "npx http-server -c-1"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"acorn": "^7.2.0"
|
"acorn": "^7.4.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue