Skip to content

Commit

Permalink
add start script
Browse files Browse the repository at this point in the history
  • Loading branch information
LongLiveCHIEF committed Dec 27, 2015
1 parent daa6106 commit 578d419
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion node-streams/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
{
"name": "streams",
"version": "0.1.0",
"description": "",
"description": "A primer on node.js streams ",
"main": "index.js",
"author": "Kyle Robinson Young <kyle@dontkry.com> (http://dontkry.com)",
"license": "MIT",
"scripts":{
"start":"node ./index.js"
},
"devDependencies": {
}
}

0 comments on commit 578d419

Please sign in to comment.