Skip to content

Commit

Permalink
babel packages added to the dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sirajalam049 committed Oct 21, 2019
1 parent 19661e6 commit 405abba
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion babel.config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module.exports = {
presets: ['module:metro-react-native-babel-preset'],
presets: ['module:metro-react-native-babel-preset']
};
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@
"@babel/core": "7.5.5",
"@babel/runtime": "7.5.5",
"metro-react-native-babel-preset": "0.55.0",
"typescript": "3.5.3"
"typescript": "3.5.3",
"babel-jest": "^24.9.0",
"jest": "^24.9.0"
}
}
}

0 comments on commit 405abba

Please sign in to comment.