Update 'package.json'
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Jack Hadrill 2022-02-06 02:26:19 +00:00
parent 587c3147d1
commit 881fd751dd

View File

@ -18,7 +18,6 @@
"license": "ISC",
"devDependencies": {
"@types/jest": "^27.4.0",
"@types/uuid": "^8.3.4",
"jest": "^27.4.7",
"ts-jest": "^27.1.3",
"ts-standard": "^11.0.0",
@ -31,6 +30,7 @@
}
},
"dependencies": {
"uuid": "^8.3.2"
"uuid": "^8.3.2",
"@types/uuid": "^8.3.4"
}
}