Skip to content

Commit 664bc1a

Browse files
committed
Remove dep from package.json
1 parent b051814 commit 664bc1a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
"devDependencies": {
2121
"@types/async": "^3.2.24",
2222
"@types/jest": "^29.5.12",
23-
"@types/uuid": "^10.0.0",
2423
"@typescript-eslint/eslint-plugin": "^7.7.1",
2524
"@typescript-eslint/parser": "^7.7.1",
2625
"eslint": "^8.57.0",
@@ -33,7 +32,6 @@
3332
},
3433
"dependencies": {
3534
"async": "^3.2.5",
36-
"pdf-lib": "^1.17.1",
37-
"uuid": "^10.0.0"
35+
"pdf-lib": "^1.17.1"
3836
}
3937
}

0 commit comments

Comments
 (0)