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

Commit

Permalink
namespace package name
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusnewton committed Sep 20, 2021
1 parent 27ea9f0 commit 2a5e026
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
2 changes: 1 addition & 1 deletion shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 2a5e026

Please sign in to comment.