Clean up old build process and Babel config (#3406)

This commit is contained in:
Ashoat Tevosyan
2018-02-02 14:57:31 -05:00
committed by Brent Vatne
parent 836a164693
commit 37c3a357fc
4 changed files with 3 additions and 39 deletions

View File

@@ -22,13 +22,12 @@
"format": "eslint --fix .",
"precommit": "lint-staged"
},
"files": ["lib", "src"],
"files": ["src"],
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"dependencies": {
"babel-plugin-transform-define": "^1.3.0",
"clamp": "^1.0.1",
"hoist-non-react-statics": "^2.2.0",
"path-to-regexp": "^1.7.0",
@@ -41,12 +40,7 @@
"babel-core": "^6.25.0",
"babel-eslint": "^7.2.3",
"babel-jest": "^20.0.3",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-react-native": "^2.1.0",
"babel-preset-react-native-stage-0": "^1.0.1",
"babel-preset-react-native-syntax": "^1.0.0",
"babel-preset-stage-1": "^6.24.1",
"codecov": "^2.2.0",
"eslint": "^4.2.0",
"eslint-config-prettier": "^2.3.0",