@aternus/csv-to-xlsx
Advanced tools
Comparing version 1.0.18 to 1.0.19
@@ -22,2 +22,8 @@ # Changelog | ||
## [1.0.19] | ||
### Changed | ||
- README.md | ||
## [1.0.18] | ||
@@ -30,2 +36,3 @@ | ||
- Updated `package.json`: specified engines and module type | ||
- Updated to node.js v14 | ||
@@ -66,3 +73,3 @@ ### Security | ||
- Removed "bin" folder from npmjs.com package. Please get the binaries directly from Github. | ||
- Removed "bin" folder from npmjs.com package. Please get the binaries directly from GitHub. | ||
@@ -69,0 +76,0 @@ ## [1.0.13] |
{ | ||
"name": "@aternus/csv-to-xlsx", | ||
"version": "1.0.18", | ||
"version": "1.0.19", | ||
"description": "Convert CSV files to XLSX (Excel 2007+ XML Format) files via Node.js CLI or API.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -43,3 +43,3 @@ # @aternus/csv-to-xlsx | ||
```bash | ||
npx csv-to-xlsx -i "input-directory" -o "output-directory" | ||
npx @aternus/csv-to-xlsx -i "input-directory" -o "output-directory" | ||
``` | ||
@@ -46,0 +46,0 @@ |
9181