Skip to content

Commit b419c90

Browse files
committed
chore: Add npm registery to package.json
1 parent b9e9dab commit b419c90

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,5 +91,9 @@
9191
"node": ">=10.0.0",
9292
"npm": ">=6.0.0"
9393
},
94-
"license": "MIT"
94+
"license": "MIT",
95+
"publishConfig": {
96+
"registry": "https://registry.npmjs.org/",
97+
"access": "public"
98+
}
9599
}

0 commit comments

Comments
 (0)