Skip to content

Commit

Permalink
build: remove yarn engine restriction
Browse files Browse the repository at this point in the history
  • Loading branch information
lukemorales authored Aug 29, 2022
1 parent c58b4b3 commit 0ab52ed
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @lukemorales/query-key-factory

## 0.2.1

### Patch Changes

- Removes yarn engine restriction

## 0.2.0

### Minor Changes
Expand Down
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lukemorales/query-key-factory",
"version": "0.2.0",
"version": "0.2.1",
"repository": {
"type": "git",
"url": "https://github.com/lukemorales/query-key-factory.git"
Expand Down Expand Up @@ -75,9 +75,7 @@
]
},
"engines": {
"node": "^14 || ^16",
"npm": "please-use-yarn",
"yarn": "^1"
"node": ">=14"
},
"keywords": [
"react",
Expand Down

0 comments on commit 0ab52ed

Please sign in to comment.