From ac95a18652a9ac3aead9f326d6916a51101c469f Mon Sep 17 00:00:00 2001 From: renanol Date: Wed, 4 Oct 2017 21:20:07 -0300 Subject: [PATCH] removed --harmony option --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index ffd149d..304da0e 100755 --- a/index.js +++ b/index.js @@ -1,4 +1,4 @@ -#!/usr/bin/env node --harmony +#!/usr/bin/env node const program = require('commander');