Skip to content

Commit b3b8001

Browse files
fix(website): hopefully fix crashing website
1 parent 58999e2 commit b3b8001

File tree

1 file changed

+4
-15
lines changed

1 file changed

+4
-15
lines changed

packages/overmind-website/package.json

Lines changed: 4 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -14,21 +14,10 @@
1414
"typecheck": "tsc --noEmit",
1515
"prepare": "npm run build",
1616
"posttest": "npm run typecheck"
17-
},
18-
"now": {
19-
"files": [
20-
"api",
21-
"backend",
22-
"examples",
23-
"guides",
24-
"src",
25-
"package.json",
26-
"tsconfig.json",
27-
"videos.json",
28-
"demos.json",
29-
"webpack.config.js"
30-
]
31-
},
17+
},
18+
"engines": {
19+
"node": "10.15.1"
20+
},
3221
"keywords": [
3322
"overmind",
3423
"demo"

0 commit comments

Comments
 (0)