Skip to content

Commit

Permalink
fix(deps): dist/plugin.js require @babel/runtime
Browse files Browse the repository at this point in the history
fix #31
  • Loading branch information
alfredosalzillo authored Feb 25, 2020
1 parent e636061 commit 54125b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
"devDependencies": {
"@babel/cli": "^7.4.4",
"@babel/core": "^7.4.4",
"@babel/runtime": "^7.0.0-beta.55",
"@rollup/plugin-json": "^4.0.2",
"@types/jest": "^25.1.2",
"babel-jest": "^25.1.0",
Expand All @@ -52,6 +51,7 @@
"tsd-jsdoc": "^2.1.3"
},
"dependencies": {
"@babel/runtime": "^7.0.0-beta.55",
"core-js": "^3.1.3",
"fast-glob": "^3.0.0",
"lodash": "^4.17.11"
Expand Down

0 comments on commit 54125b9

Please sign in to comment.