Skip to content

Commit

Permalink
fix: require hapi-to-express fork
Browse files Browse the repository at this point in the history
follow up for e344329
  • Loading branch information
gr2m committed Sep 13, 2016
1 parent e344329 commit 3d6514d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ hapiCouchDbStore.attributes = {
var url = require('url')

var boom = require('boom')
var hapiToExpress = require('hapi-to-express')
var hapiToExpress = require('@gr2m/hapi-to-express')

var StoreFactory = require('./api')
var toCouchDbUrl = require('./api/utils/pouchdb-options-to-couchdb-url')
Expand Down

0 comments on commit 3d6514d

Please sign in to comment.