Skip to content

Commit

Permalink
chore(csv-parse): package: latest dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
wdavidw committed Jun 6, 2018
1 parent 577ff64 commit 4014d8a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@

# Changelog

## Version 2.4.0
## Trunk

* to: ignore future records when to is reached

## Version 2.4.0

* trim: after and before quote
* tests: compatibility with Node.js 10
* trim: handle quote followed by escape
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"coffeescript": "~2.3.0",
"coffeescript": "~2.3.1",
"csv-generate": "~2.0.2",
"csv-spectrum": "~1.0.0",
"each": "~1.2.0",
"mocha": "~5.1.1",
"mocha": "~5.2.0",
"should": "~13.2.1"
},
"optionalDependencies": {},
Expand Down

0 comments on commit 4014d8a

Please sign in to comment.