@stytch/stytch-react 4.1.0 → 4.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +3 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stytch/stytch-react",
3
- "version": "4.1.0",
3
+ "version": "4.1.1",
4
4
  "description": "Stytch's official React Library",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.esm.js",
@@ -47,14 +47,10 @@
47
47
  "rollup-plugin-ts": "^2.0.5",
48
48
  "typescript": "^4.4.4"
49
49
  },
50
- "repository": {
51
- "type": "git",
52
- "url": "git+https://github.com/stytchauth/stytch-react.git"
53
- },
54
50
  "bugs": {
55
51
  "url": "https://github.com/stytchauth/stytch-react/issues"
56
52
  },
57
- "homepage": "https://github.com/stytchauth/stytch-react#readme",
53
+ "homepage": "https://stytch.com/docs/sdks/javascript-sdk",
58
54
  "files": [
59
55
  "dist",
60
56
  "src",
@@ -68,4 +64,4 @@
68
64
  "peerDependencies": {
69
65
  "react": ">= 16.x.x"
70
66
  }
71
- }
67
+ }