Skip to content

Commit 0d76b6c

Browse files
committed
v2.0.11
1 parent 3cbb265 commit 0d76b6c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-eventbrite-popup-checkout",
3-
"version": "2.0.10",
3+
"version": "2.0.11",
44
"description": "A React component for the Eventbrite checkout widgets",
55
"main": "dist/main.js",
66
"types": "types.d.ts",
@@ -27,7 +27,7 @@
2727
"license": "MIT",
2828
"private": false,
2929
"scripts": {
30-
"prepublish": "npx webpack --config webpack.config.js"
30+
"prepublishOnly": "npx webpack --config webpack.config.js"
3131
},
3232
"peerDependencies": {
3333
"react": ">= 16.8.0",

0 commit comments

Comments
 (0)