aboutsummaryrefslogtreecommitdiffhomepage
path: root/index.js
diff options
context:
space:
mode:
authoreric thul <thul.eric@gmail.com>2014-11-20 16:22:27 -0500
committereric thul <thul.eric@gmail.com>2014-11-20 16:22:27 -0500
commit1fa7e1e6e5a953d6cce85bb8a822ab857f68b58d (patch)
treef4a781aa1575a6fb8de35908e1db99d00751f140 /index.js
parent5e41b0144e84a136c6c21e936cb28a05002f672b (diff)
downloadpurs-loader-1fa7e1e6e5a953d6cce85bb8a822ab857f68b58d.tar.gz
purs-loader-1fa7e1e6e5a953d6cce85bb8a822ab857f68b58d.tar.zst
purs-loader-1fa7e1e6e5a953d6cce85bb8a822ab857f68b58d.zip
Removing --runtime-type-checks
Resolves issue #1
Diffstat (limited to 'index.js')
-rw-r--r--index.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/index.js b/index.js
index a7665f3..5355f2f 100644
--- a/index.js
+++ b/index.js
@@ -13,7 +13,6 @@ var cp = require('child_process')
13 'no-opts': '--no-opts', 13 'no-opts': '--no-opts',
14 'no-magic-do': '--no-magic-do', 14 'no-magic-do': '--no-magic-do',
15 'no-tco': '--no-tco', 15 'no-tco': '--no-tco',
16 'runtime-type-checks': '--runtime-type-checks',
17 'verbose-errors': '--verbose-errors', 16 'verbose-errors': '--verbose-errors',
18 'output': '--output' 17 'output': '--output'
19 } 18 }