Skip to content

Commit 5e8f855

Browse files
version 4.2.2
1 parent 9000817 commit 5e8f855

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM node:latest
22

33
MAINTAINER Jeremymarshall
44

5-
LABEL "version"="4.1.2"
5+
LABEL "version"="4.2.2"
66

77
RUN npm install -g node-gyp
88

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "4.1.2",
2+
"version": "4.2.2",
33
"main": "server/index.js",
44
"dependencies": {
55

@@ -21,7 +21,7 @@
2121

2222
"core-js": "^2.2.1",
2323
"express": "^4.13.3",
24-
"morgan": "~1.7.0",
24+
"morgan": "^1.8.0",
2525
"body-parser": "^1.13.3",
2626
"method-override": "^2.3.5",
2727
"cookie-parser": "^1.3.5",
@@ -91,7 +91,6 @@
9191
"gulp-istanbul-enforcer": "^1.0.3",
9292
"gulp-load-plugins": "^1.0.0-rc.1",
9393
"gulp-mocha": "^2.1.3",
94-
"gulp-node-inspector": "^0.1.0",
9594
"gulp-plumber": "^1.0.1",
9695
"gulp-protractor": "^3.0.0",
9796
"gulp-rev": "^7.0.0",

0 commit comments

Comments
 (0)