diff --git a/index.ts b/index.ts index 85cac2e..2a437a4 100644 --- a/index.ts +++ b/index.ts @@ -8,7 +8,7 @@ const app = express(); const port = process.env.PORT || 8080; app.get("/", (req, res) => { - res.send("Hi, collab!"); + res.send("Hi, excalidraw-room!"); }); const server = http.createServer(app); diff --git a/package.json b/package.json index 85ad961..04a0f8c 100644 --- a/package.json +++ b/package.json @@ -12,9 +12,6 @@ "lint-staged": "10.0.8", "prettier": "1.19.1" }, - "engines": { - "node": "10.x.x" - }, "husky": { "hooks": { "pre-commit": "lint-staged"