parent
9f01d8654e
commit
da9461f310
|
@ -30,7 +30,9 @@ export type DocxJSON = {
|
|||
};
|
||||
};
|
||||
custom: {
|
||||
[key: string]: string;
|
||||
properties: {
|
||||
[key: string]: string;
|
||||
};
|
||||
};
|
||||
};
|
||||
styles: StylesJSON;
|
||||
|
|
|
@ -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>",
|
||||
|
|
Loading…
Reference in New Issue