We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05493b7 commit a2bdc74Copy full SHA for a2bdc74
packages/react-netlify-forms/package.json
@@ -29,7 +29,7 @@
29
"scripts": {
30
"build": "bun build ./src/index.js --outdir ./dist --production --minify --sourcemap=linked --external react --jsx=react-jsx",
31
"start": "bun run build --watch",
32
- "prepublishOnly": "bunx cp ../../README.md ./dist/README.md"
+ "prepublishOnly": "bunx cp ../../README.md ./README.md"
33
},
34
"peerDependencies": {
35
"react": "^16.8.0 || ^17.0.2 || ^18.0.0 || ^19.0.0"
0 commit comments