We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cbb265 commit 0d76b6cCopy full SHA for 0d76b6c
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-eventbrite-popup-checkout",
3
- "version": "2.0.10",
+ "version": "2.0.11",
4
"description": "A React component for the Eventbrite checkout widgets",
5
"main": "dist/main.js",
6
"types": "types.d.ts",
@@ -27,7 +27,7 @@
27
"license": "MIT",
28
"private": false,
29
"scripts": {
30
- "prepublish": "npx webpack --config webpack.config.js"
+ "prepublishOnly": "npx webpack --config webpack.config.js"
31
},
32
"peerDependencies": {
33
"react": ">= 16.8.0",
0 commit comments