Skip to content

Commit

Permalink
v2.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdshepard committed May 15, 2023
1 parent 3cbb265 commit 0d76b6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-eventbrite-popup-checkout",
"version": "2.0.10",
"version": "2.0.11",
"description": "A React component for the Eventbrite checkout widgets",
"main": "dist/main.js",
"types": "types.d.ts",
Expand All @@ -27,7 +27,7 @@
"license": "MIT",
"private": false,
"scripts": {
"prepublish": "npx webpack --config webpack.config.js"
"prepublishOnly": "npx webpack --config webpack.config.js"
},
"peerDependencies": {
"react": ">= 16.8.0",
Expand Down

0 comments on commit 0d76b6c

Please sign in to comment.