Browse Source

Use pug 2.0.0 in express instead of a release candidate version (#3367)

This fixes the express fortunes tests for me locally.
Michael Hixson 7 years ago
parent
commit
c601253a68
1 changed files with 1 additions and 1 deletions
  1. 1 1
      frameworks/JavaScript/express/package.json

+ 1 - 1
frameworks/JavaScript/express/package.json

@@ -5,7 +5,7 @@
   "dependencies": {
   "dependencies": {
     "express": "4.16.2",
     "express": "4.16.2",
     "body-parser": "1.18.2",
     "body-parser": "1.18.2",
-    "pug": "2.0.0-rc.4",
+    "pug": "2.0.0",
     "sequelize": "3.30.0",
     "sequelize": "3.30.0",
     "mysql": "2.15.0",
     "mysql": "2.15.0",
     "mongoose": "5.0.6"
     "mongoose": "5.0.6"