Skip to content

Commit

Permalink
Fix babel marked as devDependency
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinhagemeister committed Jun 15, 2020
1 parent b97ca1a commit bf943d7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,15 @@
"test": "eslint '**/*.{js,jsx}' && jest"
},
"dependencies": {
"@babel/core": "^7.10.2",
"@babel/plugin-transform-react-jsx": "^7.10.1",
"@babel/preset-env": "^7.10.2",
"babel-jest": "^26.0.1",
"identity-obj-proxy": "^3.0.0",
"isomorphic-unfetch": "^3.0.0",
"jest-watch-typeahead": "^0.6.0"
},
"devDependencies": {
"@babel/core": "^7.10.2",
"@babel/plugin-transform-react-jsx": "^7.10.1",
"@babel/preset-env": "^7.10.2",
"@types/jest": "^26.0.0",
"eslint": "^7.2.0",
"husky": "^4.2.5",
Expand Down

0 comments on commit bf943d7

Please sign in to comment.