Skip to content

Commit

Permalink
Merge pull request #654 from devrnt/add-engine-and-package-manager-entry
Browse files Browse the repository at this point in the history
Add engine and package manager entry
  • Loading branch information
devrnt authored Jun 29, 2023
2 parents 8634b04 + db11970 commit a670eff
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
"private": true,
"packageManager": "[email protected]",
"packageManager": "[email protected]",
"engines": {
"pnpm": "^8.0.0"
},
"scripts": {
"dev": "turbo run dev --parallel --filter=playground --filter=react-use-intercom",
"dev:examples": "turbo run dev --parallel --filter=*-example --filter=react-use-intercom",
Expand Down

0 comments on commit a670eff

Please sign in to comment.