Skip to content

Commit

Permalink
New release: 1.0.4 (updated deps).
Browse files Browse the repository at this point in the history
  • Loading branch information
uhop committed Dec 30, 2020
1 parent 4b342de commit 17f6d7e
Show file tree
Hide file tree
Showing 3 changed files with 64 additions and 10 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ Obviously, if a bug is found, or a way to simplify existing components, or new g

## Release History

- 1.0.4 *technical release: updated deps.*
- 1.0.3 *technical release: updated deps.*
- 1.0.2 *technical release: updated deps, updated license's year.*
- 1.0.1 *minor readme tweaks, added TypeScript typings and the badge.*
Expand Down
67 changes: 60 additions & 7 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stream-csv-as-json",
"version": "1.0.3",
"version": "1.0.4",
"description": "Streams CSV files.",
"main": "index.js",
"scripts": {
Expand All @@ -27,10 +27,10 @@
"homepage": "https://github.com/uhop/stream-csv-as-json#readme",
"devDependencies": {
"heya-unit": "^0.3.0",
"stream-chain": "^2.2.3"
"stream-chain": "^2.2.4"
},
"dependencies": {
"stream-json": "^1.6.1"
"stream-json": "^1.7.1"
},
"files": [
"/*.js",
Expand Down

0 comments on commit 17f6d7e

Please sign in to comment.