Skip to content

Commit 6442ce0

Browse files
committed
Merge pull request shama#6 from HackerHappyHour/master
Start script for node-streams
2 parents e7e13b1 + 578d419 commit 6442ce0

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
node_modules
2+
npm-debug.log*

node-streams/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
{
22
"name": "streams",
33
"version": "0.1.0",
4-
"description": "",
4+
"description": "A primer on node.js streams ",
55
"main": "index.js",
66
"author": "Kyle Robinson Young <kyle@dontkry.com> (http://dontkry.com)",
77
"license": "MIT",
8+
"scripts":{
9+
"start":"node ./index.js"
10+
},
811
"devDependencies": {
912
}
1013
}

0 commit comments

Comments
 (0)