We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8712228 commit 0ec8e00Copy full SHA for 0ec8e00
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@p5-wrapper/react",
3
"description": "A wrapper component that allows you to utilise P5 sketches within React apps.",
4
- "version": "4.3.1",
+ "version": "4.3.2",
5
"type": "module",
6
"homepage": "https://github.com/P5-wrapper/react",
7
"license": "MIT",
@@ -24,7 +24,6 @@
24
}
25
},
26
"scripts": {
27
- "postinstall": "pnpm format",
28
"build": "rimraf dist && pnpm build:component && pnpm build:demo",
29
"build:component": "tsc --declaration --emitDeclarationOnly && vite build --config config/vite/vite.component.config.ts",
30
"build:demo": "vite build --config config/vite/vite.demo.config.ts",
0 commit comments