We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c48118a commit 8a356d7Copy full SHA for 8a356d7
1 file changed
package.json
@@ -1,6 +1,10 @@
1
{
2
- "name": "check-host-api",
+ "name": "@check-hostcc/check-host-api",
3
"version": "1.0.0",
4
+ "publishConfig": {
5
+ "access": "public",
6
+ "registry": "https://registry.npmjs.org/"
7
+ },
8
"description": "Node.js wrapper for the check-host.cc API",
9
"main": "index.js",
10
"type": "module",
0 commit comments