Skip to content

Commit ad6ca4f

Browse files
committed
remove package.lua
1 parent bfeb694 commit ad6ca4f

File tree

3 files changed

+5
-137
lines changed

3 files changed

+5
-137
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3236,13 +3236,13 @@
32363236
],
32373237
"languages": [
32383238
{
3239-
"id": "lua",
3239+
"aliases": [
3240+
"Lua"
3241+
],
32403242
"extensions": [
32413243
".lua"
32423244
],
3243-
"aliases": [
3244-
"Lua"
3245-
]
3245+
"id": "lua"
32463246
},
32473247
{
32483248
"filenames": [

package/build.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ local json = require 'json-beautify'
22

33
local VERSION = "3.12.0"
44

5-
local package = require 'package.package'
65
local fsu = require 'fs-utility'
6+
local package = json.decode(fsu.loadFile(ROOT / 'package.json'))
77

88
package.version = VERSION
99
-- package.__metadata = {

package/package.lua

Lines changed: 0 additions & 132 deletions
This file was deleted.

0 commit comments

Comments
 (0)