export-json-to-csv
Advanced tools
Comparing version
@@ -21,7 +21,7 @@ "use strict"; | ||
// src/index.ts | ||
var index_exports = {}; | ||
__export(index_exports, { | ||
var src_exports = {}; | ||
__export(src_exports, { | ||
exportCSVFromJSON: () => exportCSVFromJSON | ||
}); | ||
module.exports = __toCommonJS(index_exports); | ||
module.exports = __toCommonJS(src_exports); | ||
@@ -28,0 +28,0 @@ // src/helpers.ts |
{ | ||
"name": "export-json-to-csv", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"main": "./dist/index.js", | ||
@@ -11,2 +11,5 @@ "module": "./dist/index.mjs", | ||
}, | ||
"files": [ | ||
"./dist" | ||
], | ||
"scripts": { | ||
@@ -13,0 +16,0 @@ "build": "tsup" |
@@ -10,3 +10,3 @@ # export-json-to-csv | ||
[Demo](https://stackblitz.com/edit/vitejs-vite-induwj?file=src%2FApp.jsx) | ||
demo version [working example](https://john310897.github.io/export-json-to-csv/) (refer the demo folder for the example code in the github repo) | ||
@@ -13,0 +13,0 @@ ### Features: |
13912
0.7%