Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
TooTallNate committed May 20, 2024
1 parent c12c593 commit 98995e7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Setup pnpm
uses: pnpm/action-setup@v3
with:
version: 7.32.2
version: 8.15.8

- name: Setup Node.js
uses: actions/setup-node@v4
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "0.0.3",
"description": "React renderer for Canvas",
"type": "module",
"packageManager": "[email protected]",
"module": "./dist/index.js",
"types": "./dist/index.js.map",
"exports": {
Expand Down Expand Up @@ -48,5 +49,5 @@
},
"peerDependencies": {
"react": "18"
}
},
}

0 comments on commit 98995e7

Please sign in to comment.