Skip to content

Commit

Permalink
change engines config in core package (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
baked-dev authored Jan 29, 2023
1 parent d8578fc commit d333eba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "whop-sdk-ts",
"version": "0.0.4-canary.6",
"version": "0.0.4-canary.7",
"private": true,
"workspaces": [
"apps/*",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"release": "publishr"
},
"engines": {
"node": "^16.8.0"
"node": ">=16.8.0"
},
"keywords": [],
"author": "baked-dev",
Expand Down

0 comments on commit d333eba

Please sign in to comment.