Merge pull request #1 from dolanmiu/master

This commit is contained in:
Meng Jun
2023-10-27 03:31:07 +08:00
committed by GitHub
4 changed files with 11 additions and 12 deletions

View File

@ -1,17 +1,17 @@
{
"name": "docx",
"version": "8.2.2",
"version": "8.2.3",
"description": "Easily generate .docx files with JS/TS with a nice declarative API. Works for Node and on the Browser.",
"type": "module",
"main": "build/index.umd.js",
"module": "./build/index.js",
"module": "./build/index.mjs",
"types": "./build/index.d.ts",
"exports": {
".": {
"require": "./build/index.cjs",
"types": "./build/index.d.ts",
"import": "./build/index.js",
"default": "./build/index.js"
"import": "./build/index.mjs",
"default": "./build/index.mjs"
}
},
"files": [