We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
package.lua
1 parent bfeb694 commit ad6ca4fCopy full SHA for ad6ca4f
package.json
@@ -3236,13 +3236,13 @@
3236
],
3237
"languages": [
3238
{
3239
- "id": "lua",
+ "aliases": [
3240
+ "Lua"
3241
+ ],
3242
"extensions": [
3243
".lua"
3244
- "aliases": [
- "Lua"
3245
- ]
+ "id": "lua"
3246
},
3247
3248
"filenames": [
package/build.lua
@@ -2,8 +2,8 @@ local json = require 'json-beautify'
2
3
local VERSION = "3.12.0"
4
5
-local package = require 'package.package'
6
local fsu = require 'fs-utility'
+local package = json.decode(fsu.loadFile(ROOT / 'package.json'))
7
8
package.version = VERSION
9
-- package.__metadata = {
package/package.lua
0 commit comments