convert-csv-to-json
Advanced tools
Comparing version 2.16.2 to 2.17.0
{ | ||
"name": "convert-csv-to-json", | ||
"version": "2.16.2", | ||
"version": "2.17.0", | ||
"description": "Convert CSV to JSON", | ||
@@ -9,5 +9,5 @@ "main": "index.js", | ||
"test-debug": "node --inspect-brk node_modules/.bin/jest --runInBand --detectOpenHandles", | ||
"version-patch": "npm version patch --force && npm publish && git push --follow-tags", | ||
"version-minor": "npm version minor --force && npm publish && git push --follow-tags", | ||
"version-major": "npm version major --force && npm publish && git push --follow-tags", | ||
"version-patch": "npm version patch", | ||
"version-minor": "npm version minor", | ||
"version-major": "npm version major", | ||
"release": "./semantic-versioning.sh" | ||
@@ -14,0 +14,0 @@ }, |
70916