Skip to content

Commit

Permalink
fix(babel): Fix problems with babel on React Native
Browse files Browse the repository at this point in the history
` Extract babel config on .babelrc file
  • Loading branch information
Thram committed Jan 24, 2017
1 parent d28d41a commit 9e6fc39
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
5 changes: 5 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"presets": [
"es2015"
]
}
7 changes: 1 addition & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,6 @@
"type": "git",
"url": "https://github.com/Thram/react-thrux.git"
},
"babel": {
"presets": [
"es2015"
]
},
"keywords": [
"react-thrux",
"react",
Expand All @@ -33,7 +28,7 @@
},
"homepage": "https://github.com/Thram/react-thrux#readme",
"dependencies": {
"thrux": "^2.2.2"
"thrux": "^2.2.3"
},
"devDependencies": {
"babel-cli": "^6.22.2",
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3024,9 +3024,9 @@ through@2, through@^2.3.6, through@~2.3, through@~2.3.1:
version "2.3.8"
resolved "https://registry.yarnpkg.com/through/-/through-2.3.8.tgz#0dd4c9ffaabc357960b1b724115d7e0e86a2e1f5"

thrux@^2.2.2:
version "2.2.2"
resolved "https://registry.yarnpkg.com/thrux/-/thrux-2.2.2.tgz#ffd48b01c68a3d0a7c82f07b98207940f964795c"
thrux@^2.2.3:
version "2.2.3"
resolved "https://registry.yarnpkg.com/thrux/-/thrux-2.2.3.tgz#2cf35ce90f9829bc7b04ff4f76bf3617c622a33c"
dependencies:
lodash "^4.17.4"

Expand Down

0 comments on commit 9e6fc39

Please sign in to comment.