Remove node

This commit is contained in:
Panayiotis Lipiridis 2020-03-09 23:47:43 +02:00
parent d200a52c34
commit 123b2ea4e0
2 changed files with 1 additions and 4 deletions

View File

@ -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);

View File

@ -12,9 +12,6 @@
"lint-staged": "10.0.8",
"prettier": "1.19.1"
},
"engines": {
"node": "10.x.x"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"