Skip to content

Commit

Permalink
Use methods package explicitly: Node.js 5 on Windows doesn't allow to…
Browse files Browse the repository at this point in the history
… use nested dependencies?
  • Loading branch information
paveltiunov committed Dec 6, 2015
1 parent 2167de0 commit fdc9d97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
"less-middleware": "^1.0.4",
"lodash": "~3.0.0",
"marked": "^0.3.2",
"methods": "^1.1.1",
"minimist": "^1.1.0",
"mkdirp": "~0.3.5",
"moment": "2.6.0",
Expand Down
2 changes: 1 addition & 1 deletion services/config/routes-setup.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
var path = require('path');
var busboy = require('connect-busboy');
var Q = require('q');
var methods = require('express/node_modules/methods');
var methods = require('methods');
var _ = require('underscore');

module.exports = function (
Expand Down

0 comments on commit fdc9d97

Please sign in to comment.