Fix lint check - no 'src' field should be in the metadata file
parent
a4ea6bfeb4
commit
3d0ed8637a
|
|
@ -6,7 +6,6 @@
|
||||||
"version":"0.01",
|
"version":"0.01",
|
||||||
"description": "A clock that calculates the time difference between now and any given target date.",
|
"description": "A clock that calculates the time difference between now and any given target date.",
|
||||||
"tags": "clock,tool",
|
"tags": "clock,tool",
|
||||||
"src": "elapsed_t.app.js",
|
|
||||||
"supports": ["BANGLEJS2"],
|
"supports": ["BANGLEJS2"],
|
||||||
"storage": [
|
"storage": [
|
||||||
{"name":"elapsed_t.app.js","url":"app.js"},
|
{"name":"elapsed_t.app.js","url":"app.js"},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue