Skip to content

Commit

Permalink
fix(contentful-export): revert fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Khaledgarbaya committed Nov 8, 2016
1 parent 8bda517 commit fca7060
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
try {
let runContentfulExport = require('./dist/run-contentful-export').default
module.exports = runContentfulExport
module.exports = require('./dist/run-contentful-export').default
} catch (err) {
if (err.code === 'MODULE_NOT_FOUND') {
require('babel-register')
Expand Down

0 comments on commit fca7060

Please sign in to comment.