Skip to content

Commit

Permalink
chore: bump version and switch to yarn in scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
sschiessl-bcp committed Sep 17, 2023
1 parent 029f992 commit 786a959
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bitsharesjs-ws",
"version": "6.0.1",
"version": "6.0.2",
"description": "Pure JavaScript BitShares websocket interface for node.js and browsers.",
"browser": {
"ws": false
Expand Down
6 changes: 3 additions & 3 deletions pushReleaseCandidate.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
npm login
npm pack
npm publish bitsharesjs-ws-$1.tgz --tag next
yarn login
yarn pack
yarn publish bitsharesjs-ws-$1.tgz --tag next

0 comments on commit 786a959

Please sign in to comment.