parent
596ec30e31
commit
15702847a6
|
@ -14,7 +14,9 @@ export type StyleJSON = {
|
|||
|
||||
export type StylesJSON = {
|
||||
docDefaults: {
|
||||
runPropertyDefault: RunPropertyJSON;
|
||||
runPropertyDefault: {
|
||||
runProperty: RunPropertyJSON;
|
||||
};
|
||||
};
|
||||
styles: StyleJSON[];
|
||||
};
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "docx-wasm",
|
||||
"version": "0.0.121",
|
||||
"version": "0.0.122",
|
||||
"main": "dist/node/index.js",
|
||||
"browser": "dist/web/index.js",
|
||||
"author": "bokuweb <bokuweb12@gmail.com>",
|
||||
|
|
Loading…
Reference in New Issue