Skip to content

Commit

Permalink
Update pug version to non-rc (#178)
Browse files Browse the repository at this point in the history
  • Loading branch information
fhinkel committed Oct 1, 2018
1 parent fd6da69 commit 96c3e59
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion 2-structured-data/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"mysql": "2.15.0",
"nconf": "0.10.0",
"prompt": "1.0.0",
"pug": "2.0.0-rc.4",
"pug": "^2.0.3",
"uglify-js": "3.3.12"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion 3-binary-data/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"mysql": "2.15.0",
"nconf": "0.10.0",
"prompt": "1.0.0",
"pug": "2.0.0-rc.4",
"pug": "^2.0.3",
"uglify-js": "3.3.12"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion 4-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"passport": "0.4.0",
"passport-google-oauth20": "1.0.0",
"prompt": "1.0.0",
"pug": "2.0.0-rc.4",
"pug": "^2.0.3",
"uglify-js": "3.3.12"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion 5-logging/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"passport": "0.4.0",
"passport-google-oauth20": "1.0.0",
"prompt": "1.0.0",
"pug": "2.0.0-rc.4",
"pug": "^2.0.3",
"uglify-js": "3.3.12",
"winston": "2.4.0"
},
Expand Down
2 changes: 1 addition & 1 deletion 6-pubsub/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"passport": "0.4.0",
"passport-google-oauth20": "1.0.0",
"prompt": "1.0.0",
"pug": "2.0.0-rc.4",
"pug": "^2.0.3",
"request": "2.83.0",
"uglify-js": "3.3.12",
"winston": "2.4.0"
Expand Down
2 changes: 1 addition & 1 deletion 7-gce/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"passport": "0.4.0",
"passport-google-oauth20": "1.0.0",
"prompt": "1.0.0",
"pug": "2.0.0-rc.4",
"pug": "^2.0.3",
"request": "2.83.0",
"uglify-js": "3.3.12",
"winston": "2.4.0"
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,19 +56,19 @@
"async": "^2.6.0",
"body-parser": "^1.18.2",
"connect-memcached": "0.2.0",
"connect-memjs": "0.2.1",
"express": "^4.16.2",
"express-session": "^1.15.6",
"express-winston": "^2.5.0",
"lodash": "^4.17.5",
"connect-memjs": "0.2.1",
"mongodb": "^3.0.2",
"multer": "^1.3.0",
"mysql": "^2.15.0",
"nconf": "^0.10.0",
"passport": "^0.4.0",
"passport-google-oauth20": "^1.0.0",
"prompt": "^1.0.0",
"pug": "^2.0.0-rc.4",
"pug": "^2.0.3",
"request": "^2.83.0",
"uglify-js": "^3.3.12",
"winston": "^2.4.0"
Expand Down

0 comments on commit 96c3e59

Please sign in to comment.