From cf46655d8433ee84486dcbf3cfd27fe62d60155b Mon Sep 17 00:00:00 2001 From: stellasia Date: Sat, 8 Aug 2020 15:32:55 +0200 Subject: [PATCH] Fix for CI and publish --- .npmrc | 2 +- README.md | 4 +++- package-lock.json | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) 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,