chore: sort dependencies in api package

This commit is contained in:
Tom French 2022-05-07 11:57:28 +01:00 committed by James Long
parent bd0f243118
commit d4baa9932c

View file

@ -7,7 +7,7 @@
"license": "MIT",
"dependencies": {
"better-sqlite3": "^7.5.0",
"uuid": "3.3.2",
"node-fetch": "^1.6.3"
"node-fetch": "^1.6.3",
"uuid": "3.3.2"
}
}