Skip to content
This repository was archived by the owner on Dec 7, 2023. It is now read-only.

Commit 2a5e026

Browse files
committed
namespace package name
1 parent 27ea9f0 commit 2a5e026

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "rain-protocol",
2+
"name": "@beehive-innovation/rain-protocol",
33
"description": "Fair value capture for intangible or physical assets in a permissionless way in any decentralised environment",
44
"version": "0.0.0",
55
"files": [

shell.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ let
138138
'';
139139

140140
publish = pkgs.writeShellScriptBin "publish" ''
141-
echo "//registry.npmjs.org/:_authToken=''${NPM_TOKEN}" > .npmrc
141+
echo //registry.npmjs.org/:_authToken=''${NPM_TOKEN} > .npmrc
142142
143143
PACKAGE_NAME=$(node -p "require('./package.json').name")
144144
PACKAGE_VERSION=$(node -p "require('./package.json').version")

0 commit comments

Comments
 (0)