Skip to content

Commit

Permalink
Move @babel/runtime to regular dependency
Browse files Browse the repository at this point in the history
I had this mistakenly put in devDependencies.
  • Loading branch information
trotzig committed Dec 9, 2019
1 parent 5ab0073 commit 8d85735
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@
"@babel/preset-env": "^7.7.6",
"@babel/preset-flow": "^7.7.4",
"@babel/preset-react": "^7.7.4",
"@babel/runtime": "^7.7.6",
"babel-eslint": "^10.0.3",
"babel-jest": "^24.9.0",
"eslint": "^6.7.2",
Expand All @@ -71,6 +70,7 @@
"@babel/plugin-syntax-flow": "^7.7.4",
"@babel/plugin-syntax-jsx": "^7.7.4",
"@babel/plugin-syntax-typescript": "^7.7.4",
"@babel/runtime": "^7.7.6",
"commander": "^4.0.1",
"fb-watchman": "^2.0.1",
"glob": "^7.1.6",
Expand Down

0 comments on commit 8d85735

Please sign in to comment.