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 7b0c70c commit 208703cCopy full SHA for 208703c
.npmrc
@@ -1,5 +1,5 @@
1
-@laruiss:registry=https://registry.npmjs.com
2
//registry.npmjs.com/:_authToken=${NPM_TOKEN}
+access=public
3
always-auth=true
4
shamefully-hoist=true
5
strict-peer-dependencies=false
package.json
@@ -2,7 +2,10 @@
"name": "vue-dsfr-nuxt-module",
"version": "1.0.0",
"description": "Module Nuxt 3 pour VueDsfr",
- "repository": "laruiss/vue-dsfr-nuxt-module",
+ "repository": {
6
+ "type": "git",
7
+ "url": "git+https://github.com/laruiss/vue-dsfr-nuxt-module.git"
8
+ },
9
"license": "MIT",
10
"type": "module",
11
"exports": {
0 commit comments