diff --git a/.npmrc b/.npmrc index 79e75a0..9212abb 100644 --- a/.npmrc +++ b/.npmrc @@ -1 +1 @@ -# registry=https://neo.jfrog.io/neo/api/npm/npm/ +registry=https://neo.jfrog.io/neo/api/npm/npm/ diff --git a/README.md b/README.md index 0fc3562..4a14bc2 100644 --- a/README.md +++ b/README.md @@ -85,4 +85,6 @@ I am a data scientist, not a front-end developer. If someone with expertise with npm pack - +4. Publish to NPM: (after npm login): + + npm publish neomap-.tgz # --registry=https://registry.npmjs.org diff --git a/package-lock.json b/package-lock.json index c84bfa4..74417c3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,5 +1,5 @@ { - "name": "@stellasia/neomap", + "name": "neomap", "version": "0.5.1", "lockfileVersion": 1, "requires": true,