Skip to content

Commit

Permalink
Enforce @septh/ts-run 1.2.6+
Browse files Browse the repository at this point in the history
  • Loading branch information
Septh committed Aug 27, 2024
1 parent 18d430e commit 131a2ad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,16 +41,16 @@
}
],
"license": "MIT",
"type": "module",
"engines": {
"node": ">= 21 || ^20.6.0 || ^18.19.0"
},
"files": [
"dist",
"!dist/**/*.map"
],
"type": "module",
"exports": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": "./dist/index.js",
"imports": {
"#package.json": "./package.json"
},
Expand All @@ -67,7 +67,7 @@
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.9.0",
"@fast-check/ava": "^2.0.1",
"@septh/ts-run": "^1.0.2",
"@septh/ts-run": "^1.2.6",
"@types/node": "^18.19.44",
"@typescript-eslint/eslint-plugin": "^8.1.0",
"@typescript-eslint/parser": "^8.1.0",
Expand Down

0 comments on commit 131a2ad

Please sign in to comment.