Skip to content

Commit

Permalink
Merge pull request #141 from hCaptcha/update-prepublish
Browse files Browse the repository at this point in the history
Update the prepublish script & version to 1.4.1
  • Loading branch information
zoryana94 authored Jun 29, 2022
2 parents 182874b + 44c9151 commit 5c31793
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": "@hcaptcha/react-hcaptcha",
"version": "1.4.0",
"version": "1.4.1",
"types": "types/index.d.ts",
"main": "dist/index.js",
"module": "dist/esm/index.js",
Expand All @@ -18,7 +18,7 @@
"prebuild": "rimraf dist",
"build": "npm run transpile && npm run build:esm",
"build:esm": "cross-env BABEL_ENV=esm babel src -d dist/esm --copy-files",
"prepublishOnly": "npm run transpile"
"prepublishOnly": "npm run build"
},
"peerDependencies": {
"react": ">= 16.3.0",
Expand Down

0 comments on commit 5c31793

Please sign in to comment.