* fix json def

* 0.0.199
main
bokuweb 2021-06-23 19:55:21 +09:00 committed by GitHub
parent 9f01d8654e
commit da9461f310
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View File

@ -30,7 +30,9 @@ export type DocxJSON = {
};
};
custom: {
[key: string]: string;
properties: {
[key: string]: string;
};
};
};
styles: StylesJSON;

View File

@ -1,6 +1,6 @@
{
"name": "docx-wasm",
"version": "0.0.198",
"version": "0.0.199",
"main": "dist/node/index.js",
"browser": "dist/web/index.js",
"author": "bokuweb <bokuweb12@gmail.com>",