We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5fec28 commit 51ff041Copy full SHA for 51ff041
package.json
@@ -7,7 +7,7 @@
7
"types": "./dist/esm/index.d.ts",
8
"repository": {
9
"type": "git",
10
- "url": "https://github.com/lifespikes/laravel-precognition-react.git"
+ "url": "git+https://github.com/lifespikes/laravel-precognition-react.git"
11
},
12
"scripts": {
13
"build": "yarn build:esm && yarn build:cjs",
@@ -53,5 +53,9 @@
53
"@inertiajs/inertia": "^0.11.1",
54
"@inertiajs/inertia-react": "^0.8.1",
55
"laravel-precognition": "^0.1.0"
56
- }
+ },
57
+ "bugs": {
58
+ "url": "https://github.com/lifespikes/laravel-precognition-react/issues"
59
60
+ "homepage": "https://github.com/lifespikes/laravel-precognition-react#readme"
61
}
0 commit comments