libslider: split and move to modules and test app
parent
a00fdc1d12
commit
3c21342a7d
|
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.6 KiB |
|
|
@ -5,13 +5,11 @@
|
|||
"description": "A detailed description of my great app",
|
||||
"icon": "app.png",
|
||||
"tags": "ui",
|
||||
"supports" : ["BANGLEJS2"],
|
||||
"provides_modules": ["SliderInput"],
|
||||
"supports": ["BANGLEJS2"],
|
||||
"readme": "README.md",
|
||||
"storage": [
|
||||
{"name":"libslider.img","url":"app-icon.js","evaluate":true},
|
||||
{"name":"libslider.app.js","url":"app.js"},
|
||||
{"name":"SliderInput","url":"lib.js"}
|
||||
{"name":"slidertest.img","url":"app-icon.js","evaluate":"true"},
|
||||
{"name":"slidertest.app.js","url":"app.js"}
|
||||
]
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue