diff --git a/docx-wasm/package.json b/docx-wasm/package.json index 16d4f04..9375269 100644 --- a/docx-wasm/package.json +++ b/docx-wasm/package.json @@ -1,6 +1,6 @@ { "name": "docx-wasm", - "version": "0.0.164", + "version": "0.0.166", "main": "dist/node/index.js", "browser": "dist/web/index.js", "author": "bokuweb ", @@ -14,7 +14,7 @@ "tsc:node": "tsc -p tsconfig.node.json", "tsc": "run-s tsc:*", "test": "npm run build && tsc && jest", - "build": "run-s wasm-pack tsc copy", + "build": "run-s wasm-pack tsc", "serve": "webpack-dev-server --open --config webpack.dev.js", "copy": "cpy 'dist/node/pkg/package.json' 'dist/web/pkg'", "prepublishOnly": "npm run build"