Skip to content

Commit

Permalink
Upped dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sdevalk committed Apr 16, 2018
1 parent 6fea0af commit 07295e9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,5 @@ node_modules
.DS_Store
*/.DS_Store
*/*/.DS_Store
package-lock.json
coverage.html
*.env
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
FROM node:9.3.0
FROM node:9.11.1

WORKDIR /usr/src/app

COPY package.json /usr/src/app

RUN npm install

COPY . /usr/src/app
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"repository": "git://github.com/sdevalk/uri.git",
"scripts": {
"lint": "lab -d -f -L",
"start": "node lib/index.js",
"test": "lab -L -a code -t 100",
"test-cov-html": "lab -a code -r html -o coverage.html"
},
Expand All @@ -20,7 +19,7 @@
"url-template": "2.0.8"
},
"devDependencies": {
"code": "5.1.2",
"lab": "15.1.2"
"code": "5.2.0",
"lab": "15.4.1"
}
}

0 comments on commit 07295e9

Please sign in to comment.