From 2a5e026fb8d022436b120dd74b360e40a518c5f2 Mon Sep 17 00:00:00 2001 From: marcusnewton Date: Mon, 20 Sep 2021 18:41:38 +1000 Subject: [PATCH] namespace package name --- package.json | 2 +- shell.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index c606fb600..ae627a2ea 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "rain-protocol", + "name": "@beehive-innovation/rain-protocol", "description": "Fair value capture for intangible or physical assets in a permissionless way in any decentralised environment", "version": "0.0.0", "files": [ diff --git a/shell.nix b/shell.nix index 947b7a1be..5a74c1185 100644 --- a/shell.nix +++ b/shell.nix @@ -138,7 +138,7 @@ let ''; publish = pkgs.writeShellScriptBin "publish" '' - echo "//registry.npmjs.org/:_authToken=''${NPM_TOKEN}" > .npmrc + echo //registry.npmjs.org/:_authToken=''${NPM_TOKEN} > .npmrc PACKAGE_NAME=$(node -p "require('./package.json').name") PACKAGE_VERSION=$(node -p "require('./package.json').version")