Skip to content

Commit

Permalink
chore: local integrity check
Browse files Browse the repository at this point in the history
  • Loading branch information
unicornware committed Oct 29, 2021
1 parent adf50f6 commit ea5451d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
8 changes: 8 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -155,12 +155,20 @@
},
"peerDependencies": {
"@types/node": ">=14.0.0",
"node:path": "*",
"node:util": "*",
"typescript": "4.5.0-beta"
},
"peerDependenciesMeta": {
"@types/node": {
"optional": true
},
"node:path": {
"optional": true
},
"node:util": {
"optional": true
},
"typescript": {
"optional": true
}
Expand Down
6 changes: 6 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -870,10 +870,16 @@ __metadata:
yargs: 17.2.1
peerDependencies:
"@types/node": ">=14.0.0"
"node:path": "*"
"node:util": "*"
typescript: 4.5.0-beta
peerDependenciesMeta:
"@types/node":
optional: true
"node:path":
optional: true
"node:util":
optional: true
typescript:
optional: true
languageName: unknown
Expand Down

0 comments on commit ea5451d

Please sign in to comment.