Merge branch 'master' of github.com:babel/babel

This commit is contained in:
Sebastian McKenzie 2015-04-09 14:58:41 -07:00
commit 7de4718b27

View File

@ -109,7 +109,7 @@ publish-cli:
npm publish
bootstrap:
npm list --global --depth 1 babel >/dev/null 2>&1 && npm uninstall -g babel
npm list --global --depth 1 babel >/dev/null 2>&1 && npm uninstall -g babel || true
npm install
npm link
cd packages/babel-cli && npm install && npm link && npm link babel-core