Skip to content

Commit

Permalink
chore: package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
X3ZvaWQ committed Jan 23, 2024
1 parent 3f1a759 commit d09e469
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 34 deletions.
35 changes: 4 additions & 31 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wasmoon-lua5.1",
"version": "1.16.2",
"version": "1.16.3",
"description": "A real lua 5.1 VM with JS bindings made with webassembly",
"main": "dist/index.js",
"scripts": {
Expand All @@ -27,7 +27,7 @@
"type": "git",
"url": "git+https://github.com/X3ZvaWQ/wasmoon-lua5.1.git"
},
"author": "ceifa",
"author": "x3zvawq",
"license": "MIT",
"bugs": {
"url": "https://github.com/X3ZvaWQ/wasmoon-lua5.1/issues"
Expand Down Expand Up @@ -64,7 +64,6 @@
},
"dependencies": {
"@types/emscripten": "^1.39.10",
"console-table-printer": "^2.12.0",
"lodash": "^4.17.21"
}
}

0 comments on commit d09e469

Please sign in to comment.