Skip to content

Commit 732807e

Browse files
authored
Merge pull request #560 from dnum-mi/tech/fix-publish-config
chore: 🔧 fix publishConfig in package.json
2 parents 580c8f3 + 8dca2d0 commit 732807e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
}
3232
},
3333
"publishConfig": {
34-
"@gouvminint:registry": "http://localhost:4873",
34+
"@gouvminint:registry": "https://registry.npmjs.com",
3535
"access": "public"
3636
},
3737
"scripts": {

0 commit comments

Comments
 (0)