Skip to content

Commit

Permalink
Remove react dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
curtisy1 committed Feb 22, 2020
1 parent e059a95 commit 822cd02
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .babelrc.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module.exports = {
plugins: ['@babel/plugin-transform-runtime'],
presets: ['@babel/preset-env', '@babel/preset-typescript', '@babel/preset-react'],
presets: ['@babel/preset-env', '@babel/preset-typescript'],
};
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,8 @@
"@babel/core": "^7.8.4",
"@babel/plugin-transform-runtime": "^7.8.3",
"@babel/preset-env": "^7.8.4",
"@babel/preset-react": "^7.8.3",
"@babel/preset-typescript": "^7.8.3",
"@types/jest": "^25.1.3",
"@types/react": "^16.8.17",
"changelog.md": "^1.1.0",
"husky": "^4.2.3",
"jest": "^25.1.0",
Expand Down

0 comments on commit 822cd02

Please sign in to comment.