Skip to content

Commit 13d47a6

Browse files
committed
fix(package): update link to this repository
1 parent afe530e commit 13d47a6

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

package.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,16 @@
9696
"publishConfig": {
9797
"access": "public"
9898
},
99-
"author": "Julien Ripouteau <julien@ripouteau.com>,adonisjs",
99+
"author": "Julien Ripouteau <julien@ripouteau.com>",
100100
"license": "MIT",
101+
"homepage": "https://github.com/adonisjs/inertia#readme",
102+
"repository": {
103+
"type": "git",
104+
"url": "git+https://github.com/adonisjs/inertia.git"
105+
},
106+
"bugs": {
107+
"url": "https://github.com/adonisjs/inertia/issues"
108+
},
101109
"keywords": [
102110
"inertia",
103111
"adonisjs"

0 commit comments

Comments
 (0)