Skip to content

Commit 2c0da46

Browse files
andreasonny83GitHub Enterprise
authored and
GitHub Enterprise
committedNov 11, 2024
FRIDGE-1814 Fix Babel dependencies (#430)
* FRIDGE-1814 Fix missing Babel dependency
1 parent afd2b5d commit 2c0da46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@
5656
"url": "https://github.com/twilio/twilio-taskrouter.js.git"
5757
},
5858
"dependencies": {
59+
"@babel/runtime": "^7.16.3",
5960
"axios": "^1.7.4",
6061
"events": "3.3.0",
6162
"jwt-decode": "^3.1.2",
@@ -73,7 +74,6 @@
7374
"@babel/plugin-transform-runtime": "^7.16.4",
7475
"@babel/preset-env": "^7.16.4",
7576
"@babel/register": "^7.16.0",
76-
"@babel/runtime": "^7.16.3",
7777
"@types/express": "^4.17.7",
7878
"@types/qs": "^6.9.4",
7979
"async-test-tools": "^1.0.7",

0 commit comments

Comments
 (0)
Please sign in to comment.