Skip to content

Commit

Permalink
bump up version to 0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysd committed Jul 9, 2019
1 parent b5abb58 commit cc882c4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 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.6"
"vim-wasm": "^0.0.7"
},
"devDependencies": {
"http-server": "^0.11.1"
Expand Down
7 changes: 3 additions & 4 deletions wasm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vim-wasm",
"version": "0.0.6",
"version": "0.0.7",
"description": "Vim editor ported to WebAssembly",
"type": "module",
"main": "vimwasm.js",
Expand All @@ -11,8 +11,7 @@
"watch:main": "tsc -p tsconfig.main.json --watch",
"watch:worker": "tsc -p tsconfig.worker.json --watch",
"watch": "npm-run-all -p watch:main watch:worker",
"minify:worker": "uglifyjs --output vim.js vim.js",
"minify": "npm run minify:worker && uglifyjs --output main.js main.js && uglifyjs --output vimwasm.js vimwasm.js",
"minify": "uglifyjs --output vim.js vim.js && uglifyjs --output main.js main.js && uglifyjs --output vimwasm.js vimwasm.js",
"prettier": "prettier --check --ignore-path .gitignore '*.ts'",
"eslint": "eslint '*.ts' 'test/*.ts'",
"stylelint": "stylelint style.css",
Expand All @@ -22,7 +21,7 @@
"fix": "npm-run-all -p fix:prettier fix:eslint",
"karma": "karma start",
"test": "karma start --single-run",
"prepublishOnly": "npm-run-all build minify:worker"
"prepublishOnly": "npm-run-all build minify"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit cc882c4

Please sign in to comment.