Skip to content

Commit

Permalink
adding engines field
Browse files Browse the repository at this point in the history
  • Loading branch information
alexreardon committed May 23, 2024
1 parent 363f2cf commit d79e21d
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,10 @@
"limit": "211B"
}
],
"engines": {
"node": ">=18"
},
"scripts": {

"build": "yarn build:esm && yarn build:cjs && yarn build:types",
"build:clean": "rimraf dist",
"build:esm": "esbuild ./src/* --outdir=./dist/esm --format=esm",
Expand All @@ -54,6 +56,7 @@
"test:size": "size-limit",
"prepublishOnly": "yarn build"
},
"dependencies": {},
"devDependencies": {
"@size-limit/preset-small-lib": "^8.2.4",
"@types/jest": "^29.5.1",
Expand All @@ -68,6 +71,5 @@
"ts-expect": "^1.3.0",
"ts-jest": "^29.1.0",
"typescript": "^5.0.4"
},
"dependencies": {}
}
}

0 comments on commit d79e21d

Please sign in to comment.