Skip to content

Commit 1a41406

Browse files
committed
remove prerelease branch catch
1 parent c8c36ca commit 1a41406

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lib/index.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,9 +123,6 @@ class Spike extends EventEmitter {
123123
questionnaire: opts.inquirer
124124
}
125125

126-
// TODO: remove this before release
127-
if (opts.template === 'base') sproutOptions.branch = 'webpack2'
128-
129126
// run it
130127
promise
131128
.tap(() => emit('info', 'initializing template'))

0 commit comments

Comments
 (0)