Skip to content

Commit

Permalink
Merge pull request #480 from nodejs/update-docker-pkg-json
Browse files Browse the repository at this point in the history
Added missing , in docker example npm script
  • Loading branch information
phillipj committed Jan 23, 2016
2 parents 6c5de46 + 856b1a9 commit e93d854
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
sudo: false
language: node_js
node_js:
- 4
- 4.2
2 changes: 1 addition & 1 deletion locale/en/docs/guides/nodejs-docker-webapp.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ create a `package.json` file that describes your app and its dependencies:
"main": "server.js",
"scripts": {
"start": "node server.js"
}
},
"dependencies": {
"express": "^4.13.3"
}
Expand Down

0 comments on commit e93d854

Please sign in to comment.