We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e7e13b1 + 578d419 commit 6442ce0Copy full SHA for 6442ce0
2 files changed
.gitignore
@@ -1 +1,2 @@
1
node_modules
2
+npm-debug.log*
node-streams/package.json
@@ -1,10 +1,13 @@
{
"name": "streams",
3
"version": "0.1.0",
4
- "description": "",
+ "description": "A primer on node.js streams ",
5
"main": "index.js",
6
"author": "Kyle Robinson Young <kyle@dontkry.com> (http://dontkry.com)",
7
"license": "MIT",
8
+ "scripts":{
9
+ "start":"node ./index.js"
10
+ },
11
"devDependencies": {
12
}
13
0 commit comments