Fix json type (#210)

* fix: type

* 0.0.122
main
bokuweb 2020-12-14 17:44:47 +09:00 committed by GitHub
parent 596ec30e31
commit 15702847a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View File

@ -14,7 +14,9 @@ export type StyleJSON = {
export type StylesJSON = {
docDefaults: {
runPropertyDefault: RunPropertyJSON;
runPropertyDefault: {
runProperty: RunPropertyJSON;
};
};
styles: StyleJSON[];
};

View File

@ -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>",