remove unused babelrc

This commit is contained in:
afc163 2016-05-19 23:49:47 +08:00
parent 5c9b4b4296
commit d450db8bd4
2 changed files with 2 additions and 5 deletions

View File

@ -1,3 +0,0 @@
{
"presets": ["es2015", "react", "stage-0"]
}

View File

@ -25,7 +25,6 @@
"bugs": {
"url": "https://github.com/ant-design/ant-design/issues"
},
"main": "dist/antd",
"files": [
"dist",
"lib",
@ -147,7 +146,8 @@
"/_site/"
],
"testPathIgnorePatterns": [
"/node_modules/"
"/node_modules/",
"/dist/"
],
"scriptPreprocessor": "<rootDir>/node_modules/webpack-babel-jest",
"testDirectoryName": "tests"