Skip to content

Commit 856f77d

Browse files
committed
Bump version to 0.0.4
1 parent cc8196d commit 856f77d

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

package.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,18 @@
11
{ "name": "csv"
2-
, "version": "0.0.3"
2+
, "version": "0.0.4"
33
, "description": "CSV parser with simple api, full of options and tested against large datasets."
44
, "author": "David Worms <david@adaltas.com>"
5+
, "contributors":
6+
[ { "name": "David Worms", "email": "david@adaltas.com" }
7+
, { "name": "Will White", "email": "https://github.com/willwhite" }
8+
, { "name": "Justin Latimer", "email": "https://github.com/justinlatimer" }
9+
],
510
, "directories" : { "lib" : "./lib" }
611
, "main": "./lib/csv"
712
, "engines": { "node": ">= 0.1.90" }
13+
, "keywords": ["parser", "csv"]
814
, "repository":
915
{ "type" : "git"
1016
, "url" : "https://github.com/wdavidw/node-csv-parser.git"
1117
}
12-
}
18+
}

readme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,7 @@ To instrument the tests
218218
Contributors
219219
------------
220220

221+
* David Worms : <https://github.com/wdavidw>
221222
* Will White : <https://github.com/willwhite>
222223
* Justin Latimer : <https://github.com/justinlatimer>
223224

0 commit comments

Comments
 (0)