Skip to content

Commit

Permalink
fix(contentful-export): Make bin file backward compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
Khaledgarbaya committed Nov 8, 2016
1 parent c8b856b commit 96b042a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/contentful-export
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env node
#!/usr/bin/env node --harmony
var log = require('npmlog')
var runContentfulExport = require('../')
var usageParams
Expand Down

0 comments on commit 96b042a

Please sign in to comment.