Skip to content

Commit

Permalink
build!: upgrade ts to use node16 mode, remove shrinkwrap (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Mok committed Jun 28, 2022
1 parent f48ef38 commit 0684562
Show file tree
Hide file tree
Showing 7 changed files with 116 additions and 3,547 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ jobs:
strategy:
matrix:
node:
- 12
- 14
- 16
- 18
Expand Down
12 changes: 12 additions & 0 deletions .yarn/patches/ms-npm-3.0.0-canary.1-a95efad0b2.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
diff --git a/package.json b/package.json
index a2064bcc49c62717e2578ec8eccd7b067919a934..e511a40d3ec0f32c8b521a1a3f7bd6a8c6d898a3 100644
--- a/package.json
+++ b/package.json
@@ -6,6 +6,7 @@
"main": "./dist/index.cjs",
"type": "module",
"exports": {
+ "types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.cjs"
},
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Or simply using [npx](https://docs.npmjs.com/cli/v8/commands/npx), the package r
$ npx staledeps
```

_Note:_ `staledeps` requires Node.js >= 12.20.
_Note:_ `staledeps` requires Node.js >= 14.16.

## Usage

Expand Down

0 comments on commit 0684562

Please sign in to comment.