Skip to content

Commit a69c0d6

Browse files
authored
fix: remove babel dependency (#47)
1 parent 9b9c1d5 commit a69c0d6

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

package.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,6 @@
4343
"jest": {
4444
"preset": "react-native"
4545
},
46-
"dependencies": {
47-
"babel": "^6.23.0",
48-
"babel-runtime": "^6.26.0"
49-
},
5046
"devDependencies": {
5147
"@babel/core": "^7.10.4",
5248
"@babel/runtime": "^7.10.2",

yarn.lock

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3385,11 +3385,6 @@ babel-runtime@^6.26.0:
33853385
core-js "^2.4.0"
33863386
regenerator-runtime "^0.11.0"
33873387

3388-
babel@^6.23.0:
3389-
version "6.23.0"
3390-
resolved "https://registry.yarnpkg.com/babel/-/babel-6.23.0.tgz#d0d1e7d803e974765beea3232d4e153c0efb90f4"
3391-
integrity sha1-0NHn2APpdHZb7qMjLU4VPA77kPQ=
3392-
33933388
balanced-match@^1.0.0:
33943389
version "1.0.0"
33953390
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.0.tgz#89b4d199ab2bee49de164ea02b89ce462d71b767"

0 commit comments

Comments
 (0)