Jacky Zhao
2023-08-20 5adf3c67a8f1939b891fadd2c8c30cf201d87943
add engines field
1 files added
2 files modified
7 ■■■■■ changed files
.npmrc 1 ●●●● patch | view | raw | blame | history
package-lock.json 3 ●●●●● patch | view | raw | blame | history
package.json 3 ●●●●● patch | view | raw | blame | history
.npmrc
New file
@@ -0,0 +1 @@
engine-strict=true
package-lock.json
@@ -80,6 +80,9 @@
        "prettier": "^3.0.0",
        "tsx": "^3.12.7",
        "typescript": "^5.0.4"
      },
      "engines": {
        "node": ">=18.14"
      }
    },
    "node_modules/@clack/core": {
package.json
@@ -17,6 +17,9 @@
    "test": "tsx ./quartz/util/path.test.ts",
    "profile": "0x -D prof ./quartz/bootstrap-cli.mjs build --concurrency=1"
  },
  "engines": {
    "node": ">=18.14"
  },
  "keywords": [
    "site generator",
    "ssg",