add moment dependency

This commit is contained in:
Robert Jeutter 2022-08-05 20:11:19 +02:00 committed by GitHub
parent cde5a7f0db
commit f69e0f7d15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,8 @@
"license": "MIT", "license": "MIT",
"version": "0.0.1", "version": "0.0.1",
"dependencies": { "dependencies": {
"express": "^4.14.0" "express": "^4.14.0",
"moment": "2.14.0"
}, },
"main": "server.js", "main": "server.js",
"scripts": { "scripts": {