Skip to content

Commit

Permalink
feat: drop engine field on package.json
Browse files Browse the repository at this point in the history
`yarn` respects the engine field, which makes any changes to it
breaking to all dependencies of `restify-clients`. The `engine`
field was originally added in this project to be informative, not a
strict restriction. Drop it to prevent unwanted breaking behavior on
other packages.
  • Loading branch information
mmarchini committed May 27, 2021
1 parent 5fb093b commit 9d72b11
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions package.json
Expand Up @@ -80,8 +80,5 @@
},
"optionalDependencies": {
"dtrace-provider": "^0.8.7"
},
"engines": {
"node": ">=10.0.0 <15.0.0"
}
}

0 comments on commit 9d72b11

Please sign in to comment.