Skip to content

Commit

Permalink
fix: engine field
Browse files Browse the repository at this point in the history
mimic `nextjs-openai`

fixes #17
  • Loading branch information
ctjlewis committed May 12, 2023
1 parent f1eae3f commit 67a224d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"yield-stream": "^3.0.0"
},
"engines": {
"node": ">=18"
"node": ">=14"
},
"keywords": [
"nextjs",
Expand All @@ -76,4 +76,4 @@
"releaseName": "v${version}"
}
}
}
}

1 comment on commit 67a224d

@vercel
Copy link

@vercel vercel bot commented on 67a224d May 12, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nextjs-openai – ./

nextjs-openai-spellcraft.vercel.app
nextjs-openai.vercel.app
nextjs-openai-git-master-spellcraft.vercel.app

Please sign in to comment.