make publish
Merge branch 'master' of github.com:babel/babel
This commit is contained in:
Sebastian McKenzie 2015-04-03 15:23:03 +11:00
commit d7fb9f67df

View File

@ -194,5 +194,13 @@
"moduleRoot": {
"type": "string",
"description": "optional prefix for the AMD module formatter that will be prepend to the filename on module definitions"
},
"breakConfig": {
"type": "boolean",
"default": false,
"hidden": true,
"description": "stop trying to load .babelrc files"
}
}