Skip to content

Commit

Permalink
Merge pull request #497 from opentable/shrinkwrap
Browse files Browse the repository at this point in the history
Fix vulnerabilities and remove npm shrinkwrap
  • Loading branch information
nickbalestra authored Jun 2, 2017
2 parents c959041 + 4062356 commit 7f44bae
Show file tree
Hide file tree
Showing 10 changed files with 9 additions and 9,925 deletions.
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"minimal-request": "2.2.0",
"nice-cache": "0.0.5",
"oc-template-handlebars": "4.0.1",
"oc-template-jade": "4.0.1",
"oc-template-jade": "4.0.2",
"stringformat": "0.0.5"
},
"engines": {
Expand Down
9,918 changes: 0 additions & 9,918 deletions npm-shrinkwrap.json

This file was deleted.

8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@
"form-data": "0.1.4",
"fs-extra": "0.30.0",
"infinite-loop-loader": "1.0.1",
"jade": "1.11.0",
"jstransformer-clean-css": "^2.0.0",
"jstransformer-uglify-js": "^1.2.0",
"lodash": "^4.17.4",
"memory-fs": "0.4.1",
"minimal-request": "2.2.0",
Expand All @@ -78,9 +79,10 @@
"node-dir": "0.1.14",
"npm": "3.10.8",
"oc-template-handlebars": "4.0.1",
"oc-template-jade": "4.0.1",
"oc-template-jade": "4.0.2",
"opn": "4.0.2",
"parse-author": "1.0.0",
"pug": "^2.0.0-rc.1",
"read": "1.0.7",
"require-package-name": "2.0.1",
"response-time": "^2.3.2",
Expand All @@ -91,7 +93,7 @@
"try-require": "^1.2.1",
"uglify-js": "2.6.4",
"watch": "0.19.1",
"webpack": "2.2.0",
"webpack": "2.6.1",
"yargs": "^6.6.0"
}
}
2 changes: 1 addition & 1 deletion src/registry/middleware/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ module.exports.bind = function(app, options){
app.use(discoveryHandler);

app.set('views', path.join(__dirname, '../views'));
app.set('view engine', 'jade');
app.set('view engine', 'pug');
app.set('view cache', true);

if(options.verbosity){
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ block content
#plugins.table
.row.header
.t-25 Parameters
.t.75
.t-75
each p, pName in component.oc.parameters
.row
.t-25
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ html
meta(name="language", content="EN")
meta(name="distribution", content="global")
style
include:uglify-css static/style.css
include:clean-css static/style.css
block head

body
Expand Down

0 comments on commit 7f44bae

Please sign in to comment.