Skip to content

Commit b435706

Browse files
committed
fix(contentful-export): Remove --harmony
fixes #22
1 parent 5af4089 commit b435706

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/contentful-export

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env node --harmony
1+
#!/usr/bin/env node
22
var log = require('npmlog')
33
var runContentfulExport = require('../')
44
var usageParams

0 commit comments

Comments
 (0)