fix incorrect externalHelpers option definition - fixes #1307

This commit is contained in:
Sebastian McKenzie 2015-04-21 16:16:07 +01:00
parent dc2a20dbcd
commit 80a4b95da4

View File

@ -157,7 +157,7 @@
},
"externalHelpers": {
"type": "string",
"type": "boolean",
"default": false,
"shorthand": "r",
"description": "uses a reference to `babelHelpers` instead of placing helpers at the top of your code."