* 0.0.243

* fix: files

* 0.0.244
main
bokuweb 2022-02-08 01:46:04 +09:00 committed by GitHub
parent 0d6b212565
commit 7f23d5e7e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 4 deletions

View File

@ -1,6 +1,6 @@
{
"name": "docx-wasm",
"version": "0.0.242",
"version": "0.0.244",
"main": "dist/node/index.js",
"browser": "dist/web/index.js",
"author": "bokuweb <bokuweb12@gmail.com>",
@ -10,8 +10,8 @@
"wasm-pack:web": "wasm-pack build --release --out-dir dist/web/pkg",
"wasm-pack:node": "wasm-pack build --release --out-dir dist/node/pkg --target nodejs",
"wasm-pack": "run-s wasm-pack:*",
"tsc:web": "tsc -p tsconfig.web.json",
"tsc:node": "tsc -p tsconfig.node.json",
"tsc:web": "tsc -p tsconfig.web.json --sourcemap",
"tsc:node": "tsc -p tsconfig.node.json --sourcemap",
"tsc": "run-s tsc:*",
"test": "npm run build && tsc && jest",
"build": "run-s tsrs copy:bindings wasm-pack tsc",
@ -44,7 +44,8 @@
"files": [
"dist",
"dist/web/pkg/*",
"dist/node/pkg/*"
"dist/node/pkg/*",
"js/*"
],
"module": "dist/web/index.js",
"types": "dist/web/index.d.ts",