Skip to content

Commit

Permalink
bump up version to 0.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysd committed Aug 1, 2019
1 parent 05b2723 commit e02a6ef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion wasm/example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"author": "rhysd <lin90162@yahoo.co.jp> (https://rhysd.github.io)",
"license": "Vim",
"dependencies": {
"vim-wasm": "^0.0.10"
"vim-wasm": "^0.0.11"
},
"devDependencies": {}
}
4 changes: 2 additions & 2 deletions wasm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vim-wasm",
"version": "0.0.10",
"version": "0.0.11",
"description": "Vim editor ported to WebAssembly",
"type": "module",
"main": "vimwasm.js",
Expand All @@ -26,7 +26,7 @@
"vtest:build": "tsc -p ./vtest",
"vtest:run": "node ./vtest/test.js",
"vtest": "npm-run-all vtest:build vtest:run",
"prepublishOnly": "npm-run-all build minify",
"prepublishOnly": "npm-run-all build minify:common",
"preversion": "cd .. && ./build.sh release-all"
},
"repository": {
Expand Down

0 comments on commit e02a6ef

Please sign in to comment.