We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9ebfd3 commit c655e82Copy full SHA for c655e82
package.json
@@ -1,6 +1,6 @@
1
{ "name" : "carrier"
2
, "description" : "Evented stream line reader for node.js"
3
-, "version" : "0.1.0"
+, "version" : "0.1.1"
4
, "homepage" : "https://github.com/pgte/carrier"
5
, "author" : "Pedro Teixeira <pedro.teixeira@gmail.com> (http://www.metaduck.com)"
6
, "contributors" :
@@ -17,6 +17,7 @@
17
, "directories" : { "lib" : "./lib" }
18
, "engines" : { "node" : ">=0.3.0" }
19
, "scripts" : {}
20
+, "main": "./lib/carrier.js"
21
, "licenses" :
22
[ { "type" : "MIT"
23
, "url" : "https://github.com/pgte/carrier/raw/master/LICENSE"
0 commit comments