Skip to content

Commit 234268b

Browse files
committed
Merge branch 'master' of github.com:shama/letswritecode
* 'master' of github.com:shama/letswritecode: add start script .gitignore npm-debug.log Update README.md
2 parents 7e0e578 + 6442ce0 commit 234268b

3 files changed

Lines changed: 6 additions & 2 deletions

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
}

packaging-distributing-electron-apps/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ Install [io.js](https://iojs.org/en/index.html).
77
Within this folder run the terminal command `npm install` to install the
88
`dependencies` and `devDependencies`.
99

10-
Then run `npm start` to run the app and `npm run builw` to build the distributable.
10+
Then run `npm start` to run the app and `npm run build` to build the distributable.

0 commit comments

Comments
 (0)