Skip to content

Commit

Permalink
version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stagas committed Jul 31, 2022
1 parent 9e24a95 commit 0730050
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wat-compiler",
"version": "1.0.0",
"version": "1.1.0",
"description": "webassembly wat text format to binary compiler",
"main": "./dist/cjs/index.js",
"types": "./index.d.ts",
Expand Down Expand Up @@ -28,6 +28,7 @@
"build:watch": "onchange -i lib -- npm run build",
"test": "make test",
"prepack": "npm run clean && npm run build",
"prepush": "echo ok",
"lint": "echo todo lint"
},
"author": "stagas",
Expand Down

0 comments on commit 0730050

Please sign in to comment.