From b4762af3cfe816d68ccce7bcd9efa45574d724f3 Mon Sep 17 00:00:00 2001 From: Morley Zhi Date: Thu, 18 Apr 2019 17:21:31 -0400 Subject: [PATCH] Change the publish command to make this public --- .circleci/config.yml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index ce7d4bb7..c191a464 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -57,7 +57,7 @@ jobs: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > ~/repo/.npmrc - run: name: Publish package - command: npm publish + command: npm publish --access public workflows: version: 2 diff --git a/package.json b/package.json index 1a00cc3c..9a4d885b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@stellar/wallet-sdk", - "version": "0.0.1-rc2", + "version": "0.0.1-rc3", "description": "Libraries to help you write Stellar-enabled wallets in Javascript", "main": "dist/index.js", "types": "dist/index.d.ts",