Skip to content
This repository has been archived by the owner on Aug 31, 2021. It is now read-only.

Commit

Permalink
🐛 Do not try to require non-existant files
Browse files Browse the repository at this point in the history
  • Loading branch information
jpwilliams committed Jul 18, 2017
1 parent bad3927 commit 3ea3d4b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ const packageJson = require('./package.json')
const EventEmitter = require('eventemitter3')
const Request = require('./lib/Request')
const Response = require('./lib/Response')
const aliases = require('./resources/aliases')
const connect = require('./lib/assertions/connection')
const bootWorkChannelPool = require('./lib/assertions/bootWorkChannelPool')

Expand Down

0 comments on commit 3ea3d4b

Please sign in to comment.