Skip to content

Commit

Permalink
remove package.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
sumneko committed Oct 31, 2024
1 parent bfeb694 commit ad6ca4f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 137 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3236,13 +3236,13 @@
],
"languages": [
{
"id": "lua",
"aliases": [
"Lua"
],
"extensions": [
".lua"
],
"aliases": [
"Lua"
]
"id": "lua"
},
{
"filenames": [
Expand Down
2 changes: 1 addition & 1 deletion package/build.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ local json = require 'json-beautify'

local VERSION = "3.12.0"

local package = require 'package.package'
local fsu = require 'fs-utility'
local package = json.decode(fsu.loadFile(ROOT / 'package.json'))

package.version = VERSION
-- package.__metadata = {
Expand Down
132 changes: 0 additions & 132 deletions package/package.lua

This file was deleted.

0 comments on commit ad6ca4f

Please sign in to comment.