We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58999e2 commit b3b8001Copy full SHA for b3b8001
packages/overmind-website/package.json
@@ -14,21 +14,10 @@
14
"typecheck": "tsc --noEmit",
15
"prepare": "npm run build",
16
"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
+ },
+ "engines": {
+ "node": "10.15.1"
32
"keywords": [
33
"overmind",
34
"demo"
0 commit comments