Skip to content
This repository was archived by the owner on May 1, 2020. It is now read-only.

Commit 427304e

Browse files
committed
Merge branch 'topic/remove-runtime-check'
2 parents b7aa77b + 68db6d2 commit 427304e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

index.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ var gutil = require('gulp-util')
1717
noOpts: '--no-opts',
1818
noMagicDo: '--no-magic-do',
1919
noTco: '--no-tco',
20-
runtimeTypeChecks: '--runtime-type-checks',
2120
main: '--main',
2221
verboseErrors: '--verbose-errors'
2322
}
@@ -30,7 +29,6 @@ var gutil = require('gulp-util')
3029
noOpts: '--no-opts',
3130
noMagicDo: '--no-magic-do',
3231
noTco: '--no-tco',
33-
runtimeTypeChecks: '--runtime-type-checks',
3432
verboseErrors: '--verbose-errors'
3533
}
3634
, single: {browserNamespace: '--browser-namespace', output: '--output'}

0 commit comments

Comments
 (0)