We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53e2e39 commit 838850eCopy full SHA for 838850e
package.json
@@ -1,8 +1,9 @@
1
{
2
"name": "json-as-xlsx",
3
- "version": "2.2.4",
+ "version": "2.2.5",
4
"main": "index.js",
5
"license": "MIT",
6
+ "types": "types/index.d.ts",
7
"description": "Create excel from json",
8
"author": "LuisEnMarroquin <[email protected]>",
9
"homepage": "https://luisenmarroquin.github.io/json-as-xlsx",
@@ -67,6 +68,5 @@
67
68
"> 1%",
69
"last 2 versions",
70
"not dead"
- ],
71
- "types": "types"
+ ]
72
}
0 commit comments