File tree Expand file tree Collapse file tree
packaging-distributing-electron-apps Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11node_modules
2+ npm-debug.log *
Original file line number Diff line number Diff line change 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}
Original file line number Diff line number Diff line change @@ -7,4 +7,4 @@ Install [io.js](https://iojs.org/en/index.html).
77Within 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.
You can’t perform that action at this time.
0 commit comments