fix(P.3.4): manifest schema — add api, entry_point; exact-match dep version
This commit is contained in:
@@ -2,8 +2,10 @@
|
|||||||
"id": "lib-sporel.launcher",
|
"id": "lib-sporel.launcher",
|
||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"kind": "module",
|
"kind": "module",
|
||||||
|
"api": "^0.1",
|
||||||
"name": "Sporel Launcher",
|
"name": "Sporel Launcher",
|
||||||
|
"entry_point": "init.lua",
|
||||||
"deps": [
|
"deps": [
|
||||||
{ "id": "lib-core.input", "version": "^0.3.0" }
|
{ "id": "lib-core.input", "version": "0.3.0" }
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user