Skip to content

Commit

Permalink
Add missing requires
Browse files Browse the repository at this point in the history
  • Loading branch information
daleharvey committed Jun 1, 2015
1 parent 8a8e272 commit c922b4c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions lib/routes/document.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
var jsonParser = require('body-parser').json({limit: '1mb'});
var multiparty = require('multiparty');
var Promise = require('bluebird');
var fs = fs = require('fs');
var extend = require('extend');

var utils = require('../utils.js');

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pouchdb-express-router",
"version": "0.0.5",
"version": "0.0.6",
"description": "Provide minimal routing and functionality to provide a PouchDB server that replicates",
"main": "index.js",
"dependencies": {
Expand Down

0 comments on commit c922b4c

Please sign in to comment.