Skip to content

Commit f3f9775

Browse files
committed
Add @babel/runtime to the dependencies
1 parent 0150c4b commit f3f9775

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
"@babel/cli": "^7.4.4",
3434
"@babel/core": "^7.0.0",
3535
"@babel/plugin-transform-flow-strip-types": "^7.2.3",
36-
"@babel/runtime": "^7.4.5",
3736
"babel-eslint": "^10.0.1",
3837
"babel-jest": "^24.0.0",
3938
"babel-preset-airbnb": "^4.0.0",
@@ -59,6 +58,7 @@
5958
},
6059
"license": "MIT",
6160
"dependencies": {
61+
"@babel/runtime": "^7.4.5",
6262
"aria-query": "^3.0.0",
6363
"array-includes": "^3.0.3",
6464
"ast-types-flow": "^0.0.7",

0 commit comments

Comments
 (0)