Skip to content

Commit 208703c

Browse files
committed
fix: 🐛 corrige la configuration du package
1 parent 7b0c70c commit 208703c

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.npmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
@laruiss:registry=https://registry.npmjs.com
21
//registry.npmjs.com/:_authToken=${NPM_TOKEN}
2+
access=public
33
always-auth=true
44
shamefully-hoist=true
55
strict-peer-dependencies=false

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22
"name": "vue-dsfr-nuxt-module",
33
"version": "1.0.0",
44
"description": "Module Nuxt 3 pour VueDsfr",
5-
"repository": "laruiss/vue-dsfr-nuxt-module",
5+
"repository": {
6+
"type": "git",
7+
"url": "git+https://github.com/laruiss/vue-dsfr-nuxt-module.git"
8+
},
69
"license": "MIT",
710
"type": "module",
811
"exports": {

0 commit comments

Comments
 (0)