Skip to content

Commit

Permalink
fix: add transform dependency to CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
juanjoDiaz committed Mar 17, 2023
1 parent e7375fd commit e06961c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion packages/cli/package.json
Expand Up @@ -32,10 +32,11 @@
"test": "npm run test:raw | tap-spec",
"test-with-coverage": "c8 --reporter=text npm test",
"test:raw": "node test",
"deprendencies:update-internal": "npm uninstall @json2csv/node && npm install @json2csv/node"
"deprendencies:update-internal": "npm uninstall @json2csv/node @json2csv/transforms && npm install @json2csv/node @json2csv/transforms"
},
"dependencies": {
"@json2csv/node": "^6.1.2",
"@json2csv/transforms": "^6.1.2",
"commander": "^9.3.0"
}
}

0 comments on commit e06961c

Please sign in to comment.