fix: tsc erropr (#154)

* fix: tsc erropr

* add tsc

* remove tsc
main
bokuweb 2020-10-05 17:25:13 +09:00 committed by GitHub
parent 6b45f31eea
commit 107abc5c0b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -333,7 +333,7 @@ export class Docx {
if (t.property.cellMargins) {
const { top, right, bottom, left } = t.property.cellMargins;
table = table.set_margins(top, right, bottom, left);
table = table.set_cell_margins(top, right, bottom, left);
}
switch (t.property.align) {

View File

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