We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21b50bd commit c5c5e05Copy full SHA for c5c5e05
2 files changed
.npmrc
@@ -1 +1 @@
1
-@OWNER:registry=https://npm.pkg.github.com
+@Pyxlab:registry=https://npm.pkg.github.com
package.json
@@ -29,8 +29,16 @@
29
"adonisjs-trpc-provider",
30
"adonis-trpc-provider"
31
],
32
+ "repository": {
33
+ "type": "git",
34
+ "url": "git+https://github.com/Pyxlab/adonis-trpc.git"
35
+ },
36
"author": "Walaff Fernandes",
37
"license": "MIT",
38
+ "bugs": {
39
+ "url": "https://github.com/Pyxlab/adonis-trpc/issues"
40
41
+ "homepage": "https://github.com/Pyxlab/adonis-trpc#readme",
42
"devDependencies": {
43
"@adonisjs/mrm-preset": "^5.0.3",
44
"@adonisjs/require-ts": "^2.0.13",
@@ -127,6 +135,7 @@
127
135
"anyBranch": false
128
136
},
129
137
"publishConfig": {
138
+ "tag": "latest",
130
139
"access": "public"
131
140
132
141
"adonisjs": {
0 commit comments