diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/package.json b/package.json index 56e87aa..44bafab 100644 --- a/package.json +++ b/package.json @@ -11,10 +11,11 @@ "author": "", "license": "ISC", "dependencies": { - "slam-types": "git://github.com/jantuomi/slam-types.git#a401431", "@tinyhttp/app": "2.0.16", + "@tinyhttp/cors": "2.0.0", "@tinyhttp/logger": "1.3.0", "milliparsec": "2.2.1", + "slam-types": "git://github.com/jantuomi/slam-types.git#a401431", "tmp": "0.2.1", "tsm": "2.2.1" }, @@ -25,4 +26,4 @@ "eslint": "8.8.0", "nodemon": "2.0.15" } -}
\ No newline at end of file +} |
