Skip to content

Commit

Permalink
Merge pull request #138 from recurly/fix-dependency
Browse files Browse the repository at this point in the history
Fixes missing json dependency
  • Loading branch information
cbarton committed Aug 6, 2014
2 parents 309981a + 9307696 commit ce631db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/recurly/open.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

var bind = require('bind');
var type = require('type');
var json = require('json');
var events = require('event');
var qs = require('querystring');
var errors = require('../errors');
Expand Down

0 comments on commit ce631db

Please sign in to comment.