Skip to content

Commit d86a6ca

Browse files
committed
0.3.0
1 parent 588d875 commit d86a6ca

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lua-wasm-bindings",
3-
"version": "0.2.3-rc.1",
3+
"version": "0.3.0",
44
"description": "",
55
"files": [
66
"dist/**/*.js",
@@ -16,9 +16,7 @@
1616
"lint:prettier": "prettier --check . || (echo 'Run `npm run fix:prettier` to fix it.' && exit 1)",
1717
"lint:eslint": "eslint . --ext .js,.ts",
1818
"fix:prettier": "prettier --write .",
19-
"test": "npx ts-node simple-test.ts",
20-
"preversion": "npm run complete-build",
21-
"postversion": "git push && git push --tags"
19+
"test": "npx ts-node simple-test.ts"
2220
},
2321
"author": "Lorenz Junglas (Lolleko)",
2422
"repository": "https://github.com/TypeScriptToLua/lua-wasm-bindings",

0 commit comments

Comments
 (0)