Skip to content

Commit

Permalink
fix(package.json): temporary removed pnpm from engines (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
cTux authored Aug 5, 2023
1 parent 3a4b53b commit 35ebe2e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,14 @@
"lint": "eslint .",
"preinstall": "check-engine",
"prestart": "check-engine",
"prepare": "husky install && pnpm template:add:remote",
"prepare": "husky install",
"preview": "vite preview",
"serve": "vite serve",
"template:add:remote": "sh ./scripts/add-template-remote.sh",
"template:update": "sh ./scripts/merge-template-changes.sh"
},
"engines": {
"node": "^18.16.0",
"pnpm": "^8.3.1"
"node": "^18.16.0"
},
"dependencies": {
"@emotion/react": "^11.10.6",
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 35ebe2e

Please sign in to comment.