Skip to content

Commit

Permalink
Remove node
Browse files Browse the repository at this point in the history
  • Loading branch information
lipis committed Mar 9, 2020
1 parent d200a52 commit 123b2ea
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@
"lint-staged": "10.0.8",
"prettier": "1.19.1"
},
"engines": {
"node": "10.x.x"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
Expand Down

0 comments on commit 123b2ea

Please sign in to comment.