Browse Source

Remove node

master
Panayiotis Lipiridis 5 years ago
parent
commit
123b2ea4e0
2 changed files with 1 additions and 4 deletions
  1. 1
    1
      index.ts
  2. 0
    3
      package.json

+ 1
- 1
index.ts View File

@@ -8,7 +8,7 @@ const app = express();
8 8
 const port = process.env.PORT || 8080;
9 9
 
10 10
 app.get("/", (req, res) => {
11
-  res.send("Hi, collab!");
11
+  res.send("Hi, excalidraw-room!");
12 12
 });
13 13
 
14 14
 const server = http.createServer(app);

+ 0
- 3
package.json View File

@@ -12,9 +12,6 @@
12 12
     "lint-staged": "10.0.8",
13 13
     "prettier": "1.19.1"
14 14
   },
15
-  "engines": {
16
-    "node": "10.x.x"
17
-  },
18 15
   "husky": {
19 16
     "hooks": {
20 17
       "pre-commit": "lint-staged"

Loading…
Cancel
Save