Skip to content

Commit c655e82

Browse files
committed
Release v0.1.1
1 parent c9ebfd3 commit c655e82

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{ "name" : "carrier"
22
, "description" : "Evented stream line reader for node.js"
3-
, "version" : "0.1.0"
3+
, "version" : "0.1.1"
44
, "homepage" : "https://github.com/pgte/carrier"
55
, "author" : "Pedro Teixeira <pedro.teixeira@gmail.com> (http://www.metaduck.com)"
66
, "contributors" :
@@ -17,6 +17,7 @@
1717
, "directories" : { "lib" : "./lib" }
1818
, "engines" : { "node" : ">=0.3.0" }
1919
, "scripts" : {}
20+
, "main": "./lib/carrier.js"
2021
, "licenses" :
2122
[ { "type" : "MIT"
2223
, "url" : "https://github.com/pgte/carrier/raw/master/LICENSE"

0 commit comments

Comments
 (0)