Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
martinheidegger committed Feb 16, 2016
1 parent d756611 commit d445547
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -1 +1,2 @@
node_modules
coverage
4 changes: 2 additions & 2 deletions Dockerfile
@@ -1,13 +1,13 @@
FROM node:argon-slim
RUN npm i pm2 -g
RUN npm i pm2 -g --loglevel=verbose
EXPOSE 80
EXPOSE 443
EXPOSE 5001
WORKDIR /usr/src/app
# By taking the package.json seperately,
# the heavy
COPY package.json /usr/src/app/package.json
RUN npm i
RUN npm i --loglevel=verbose
COPY . /usr/src/app

# It doesn't really matter if the code is linted
Expand Down
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -30,7 +30,7 @@
"license": "ISC",
"dependencies": {
"async": "^1.5.2",
"auto-sni": "^0.9.0",
"auto-sni": "^0.9.4",
"catbox": "^7.1.0",
"github": "^0.2.4",
"good-console": "^5.3.1",
Expand All @@ -45,7 +45,7 @@
"coveralls": "^2.11.6",
"istanbul": "^0.4.2",
"mocha": "^2.4.5",
"standard": "^6.0.3"
"standard": "^6.0.5"
},
"directories": {
"test": "test"
Expand Down

0 comments on commit d445547

Please sign in to comment.