keep one core-js helper file in git, remove babel-runtime from deps (#5540)

This commit is contained in:
Henry Zhu
2017-03-24 10:36:41 -04:00
committed by GitHub
parent 0eb898d95b
commit b8cf7b89f2
5 changed files with 4 additions and 6 deletions

View File

@@ -31,7 +31,7 @@ clean: test-clean
rm -rf packages/babel-polyfill/browser*
rm -rf packages/babel-polyfill/dist
# rm -rf packages/babel-runtime/helpers
rm -rf packages/babel-runtime/core-js
# rm -rf packages/babel-runtime/core-js
rm -rf coverage
rm -rf packages/*/npm-debug*