@hcaptcha/react-hcaptcha 2.0.0 → 2.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +2 -3
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@hcaptcha/react-hcaptcha",
3
3
  "description": "A React library for hCaptcha",
4
- "version": "2.0.0",
4
+ "version": "2.0.1",
5
5
  "author": "hCaptcha team and contributors",
6
6
  "license": "MIT",
7
7
  "repository": {
@@ -48,9 +48,8 @@
48
48
  "concurrently": "^9.2.1"
49
49
  },
50
50
  "scripts": {
51
- "setup": "pnpm install --prefer-offline",
51
+ "setup": "pnpm install --prefer-offline && pnpm --filter=@hcaptcha-react/lib run compile:build",
52
52
  "start": "concurrently 'pnpm --filter=@hcaptcha-react/lib run compile:watch' 'pnpm --filter=@hcaptcha-react/demo run start'",
53
- "postinstall": "pnpm --filter=@hcaptcha-react/lib run compile:build",
54
53
  "build": "pnpm --filter=@hcaptcha-react/lib run compile:build",
55
54
  "test": "pnpm --filter=@hcaptcha-react/lib run test:unit"
56
55
  }