Skip to content

Commit c664da5

Browse files
authored
4.0.1 - bundle all files
Fixes #1313
1 parent feb8e6b commit c664da5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "exceljs",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"description": "Excel Workbook Manager - Read and Write xlsx and csv Files.",
55
"private": false,
66
"license": "MIT",
@@ -21,8 +21,11 @@
2121
"files": [
2222
"dist",
2323
"lib",
24+
"excel.js",
2425
"LICENSE",
2526
"README.md",
27+
"README_zh.md",
28+
"index.ts",
2629
"index.d.ts"
2730
],
2831
"scripts": {

0 commit comments

Comments
 (0)