main
bokuweb 2021-03-19 14:53:46 +09:00 committed by GitHub
parent 8ef46d9ce9
commit 71812cb27d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "docx-wasm", "name": "docx-wasm",
"version": "0.0.164", "version": "0.0.166",
"main": "dist/node/index.js", "main": "dist/node/index.js",
"browser": "dist/web/index.js", "browser": "dist/web/index.js",
"author": "bokuweb <bokuweb12@gmail.com>", "author": "bokuweb <bokuweb12@gmail.com>",
@ -14,7 +14,7 @@
"tsc:node": "tsc -p tsconfig.node.json", "tsc:node": "tsc -p tsconfig.node.json",
"tsc": "run-s tsc:*", "tsc": "run-s tsc:*",
"test": "npm run build && tsc && jest", "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", "serve": "webpack-dev-server --open --config webpack.dev.js",
"copy": "cpy 'dist/node/pkg/package.json' 'dist/web/pkg'", "copy": "cpy 'dist/node/pkg/package.json' 'dist/web/pkg'",
"prepublishOnly": "npm run build" "prepublishOnly": "npm run build"