Explorar el Código

Adding publishConfig to package.json

bodicsek hace 4 años
padre
commit
c9e1c2e94e
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      package.json

+ 3 - 0
package.json

@@ -21,5 +21,8 @@
     "@types/yargs": "^16.0.1",
     "ts-node": "^9.1.1",
     "typescript": "^4.2.4"
+  },
+  "publishConfig": {
+    "registry": "https://npm.bodicsek.host"
   }
 }