Skip to content

Commit db35689

Browse files
committed
2.2.0-0
1 parent d11e8f6 commit db35689

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "json-to-csv-export",
3-
"version": "2.1.1",
3+
"version": "2.2.0-0",
44
"description": "Easily generate csv downloads of your json data.",
55
"files": [
66
"/lib"
@@ -18,8 +18,8 @@
1818
"url": "https://github.com/coston/json-to-csv-export/issues"
1919
},
2020
"license": "MIT",
21-
"engines" : {
22-
"node" : ">=16.0.0"
21+
"engines": {
22+
"node": ">=16.0.0"
2323
},
2424
"scripts": {
2525
"build": "npm run build:esm && npm run build:cjs",

0 commit comments

Comments
 (0)