Skip to content

Commit

Permalink
3.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
robscotts4rb committed Apr 27, 2016
1 parent 637e316 commit af4990b
Showing 1 changed file with 24 additions and 23 deletions.
47 changes: 24 additions & 23 deletions package.json
@@ -1,25 +1,26 @@
{
"name": "eachline",
"version": "3.0.3",
"description": "Streams2 line reader",
"keywords": [
"streams2",
"linereader",
"async", "asynchronous",
"pipe",
"transform"
],
"homepage": "http://github.com/williamkapke/node-eachline",
"repository": {
"type": "git",
"url": "git://github.com/williamkapke/node-eachline.git"
},
"author": "William Kapke<william.kapke@gmail.com>",
"main": "./eachline.js",
"dependencies": {
"type-of": "~2"
},
"engines": {
"node": ">=0.10.0"
}
"name": "eachline",
"version": "3.0.4",
"description": "Streams2 line reader",
"keywords": [
"streams2",
"linereader",
"async",
"asynchronous",
"pipe",
"transform"
],
"homepage": "http://github.com/williamkapke/node-eachline",
"repository": {
"type": "git",
"url": "git://github.com/williamkapke/node-eachline.git"
},
"author": "William Kapke<william.kapke@gmail.com>",
"main": "./eachline.js",
"dependencies": {
"type-of": "~2"
},
"engines": {
"node": ">=0.10.0"
}
}

0 comments on commit af4990b

Please sign in to comment.