Skip to content

Commit

Permalink
fix: omit engine field
Browse files Browse the repository at this point in the history
  • Loading branch information
bent10 committed Jul 3, 2022
1 parent bc69eed commit 972fd07
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
matrix:
node-version:
- 16.10.0
- 14.17
- 12.22
- 14.15
- 12.13
os:
- ubuntu-latest
- windows-latest
Expand Down
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@
"match",
"matching"
],
"engines": {
"node": "^12.22 || ^14.17 || >=16.10.0"
},
"type": "module",
"exports": "./dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 972fd07

Please sign in to comment.