Skip to content

Commit

Permalink
fix: add inter-package dependencies explicitely
Browse files Browse the repository at this point in the history
  • Loading branch information
juanjoDiaz committed Aug 30, 2022
1 parent f3da9ea commit d3b38c1
Show file tree
Hide file tree
Showing 5 changed files with 38 additions and 14 deletions.
44 changes: 30 additions & 14 deletions package-lock.json

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

1 change: 1 addition & 0 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"test:raw": "node test"
},
"dependencies": {
"@json2csv/node": "^6.0.0-alpha.3",
"commander": "^9.3.0"
}
}
3 changes: 3 additions & 0 deletions packages/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,8 @@
"test": "npm run test:raw | tap-spec",
"test-with-coverage": "c8 --reporter=text npm test",
"test:raw": "node test"
},
"dependencies": {
"@json2csv/plainjs": "^6.0.0-alpha.3"
}
}
1 change: 1 addition & 0 deletions packages/plainjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"test:raw": "node test"
},
"dependencies": {
"@json2csv/formatters": "^6.0.0-alpha.3",
"@streamparser/json": "^0.0.8",
"lodash.get": "^4.4.2"
}
Expand Down
3 changes: 3 additions & 0 deletions packages/whatwg/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,8 @@
"test": "npm run test:raw | tap-spec",
"test-with-coverage": "c8 --reporter=text npm test",
"test:raw": "node test"
},
"dependencies": {
"@json2csv/plainjs": "^6.0.0-alpha.3"
}
}

0 comments on commit d3b38c1

Please sign in to comment.