Skip to content

Commit

Permalink
Remove "engines" field from package.json (#1712)
Browse files Browse the repository at this point in the history
* Remove "engines" field from package.json

* Create tidy-maps-care.md
  • Loading branch information
colebemis committed Dec 9, 2021
1 parent b006063 commit 4ce8f07
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
5 changes: 5 additions & 0 deletions .changeset/tidy-maps-care.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@primer/react": patch
---

Remove "engines" field from package.json
6 changes: 1 addition & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -155,9 +155,5 @@
"webpack": false,
"running": false
}
],
"engines": {
"node": ">=16",
"npm": ">=8"
}
]
}

0 comments on commit 4ce8f07

Please sign in to comment.