Skip to content

Commit

Permalink
Merge branch 'main' into submit-repository-build-info
Browse files Browse the repository at this point in the history
  • Loading branch information
arendjr committed Nov 7, 2023
2 parents 5c9b371 + a0ea222 commit 7b83e0e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/typescript-plugin/justfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ start:
yarn dev

test:
true # no tests; no issues
true # no tests; no issues (please see: https://github.com/autometrics-dev/autometrics-ts/issues/6)

type-check:
yarn tsc -p tsconfig.json --noEmit
Expand Down
3 changes: 3 additions & 0 deletions scripts/build_npm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,9 @@ const packageJsonFields = {
devDependencies: {
"@types/node": "^18.6.5",
},
engines: {
node: ">=16.0.0",
},
};

const dtsPlugin = dts();
Expand Down

0 comments on commit 7b83e0e

Please sign in to comment.