Skip to content

Commit

Permalink
Remove unused uuid dependency to fix packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
gjsjohnmurray committed Jun 24, 2024
1 parent e22979c commit e98f9e0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,7 @@
"@types/request": "^2.48.5",
"@types/request-promise": "^4.1.47",
"request": "^2.88.2",
"request-promise": "^4.2.6",
"uuid": "^7.0.2"
"request-promise": "^4.2.6"
},
"devDependencies": {
"@babel/preset-env": "^7.14.2",
Expand Down

0 comments on commit e98f9e0

Please sign in to comment.