Skip to content

Commit

Permalink
fix: add dependency on @babel/runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
mureinik committed Nov 8, 2022
1 parent a468ddc commit 93f51d0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,14 @@
},
"author": "David Bonnet <[email protected]>",
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.11.2"
},
"devDependencies": {
"@babel/cli": "^7.11.6",
"@babel/core": "^7.11.6",
"@babel/plugin-transform-runtime": "^7.11.5",
"@babel/preset-env": "^7.11.5",
"@babel/runtime": "^7.11.2",
"astring": "^1.4.3",
"ava": "^3.12.1",
"babel-plugin-module-extension-resolver": "^1.0.0-rc.2",
Expand Down

0 comments on commit 93f51d0

Please sign in to comment.