Skip to content

Commit 13c9bc6

Browse files
committed
update package
1 parent 83b992c commit 13c9bc6

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

.npmrc

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
shamefully-hoist=true
2+
strict-peer-dependencies=false
3+
auto-install-peers=true

package.json

+8
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@
44
"author": "Eugen Istoc",
55
"version": "1.0.0",
66
"license": "MIT",
7+
"homepage": "https://github.com/genu/nuxt-codegen",
8+
"bugs": {
9+
"url": "https://github.com/genu/nuxt-codegen/issues"
10+
},
11+
"repository": {
12+
"type": "git",
13+
"url": "https://github.com/genu/nuxt-codegen"
14+
},
715
"type": "module",
816
"exports": {
917
".": {

0 commit comments

Comments
 (0)