Compare commits

..
3 Commits
Author SHA1 Message Date
Chris Troutner cfd94cb529 Merge pull request #1 from Permissionless-Software-Foundation/ct-unstable
fix(semantic release): Making sure semantic release works
2020-07-28 18:25:41 -07:00
Chris Troutner 7377a93c06 fix(semantic release): Making sure semantic release works 2020-07-28 18:19:48 -07:00
Chris Troutner ea501bb4ef Updating package.json 2020-07-28 18:17:39 -07:00
2 changed files with 6 additions and 7 deletions
+1 -2
View File
@@ -1,4 +1,3 @@
**Note:** This directory is being deprecated. Examples have been moved to this
repository:
Examples have been moved to this repository:
https://github.com/Permissionless-Software-Foundation/bch-js-examples
+5 -5
View File
@@ -1,7 +1,7 @@
{
"name": "@chris.troutner/bch-js",
"version": "3.0.0",
"description": "Bitcoin Cash JavaScript Library based on BITBOX",
"name": "@psf/bch-js",
"version": "3.4.0",
"description": "The FullStack.cash JavaScript library for Bitcoin Cash and SLP Tokens",
"author": "Chris Troutner <chris.troutner@gmail.com>",
"contributors": [
"Gabriel Cardona <gabriel@bitcoin.com>"
@@ -22,10 +22,10 @@
"docs": "./node_modules/.bin/apidoc -i src/ -o docs"
},
"license": "MIT",
"homepage": "https://github.com/christroutner/bch-js",
"homepage": "https://github.com/Permissionless-Software-Foundation/bch-js",
"repository": {
"type": "git",
"url": "git+https://github.com/christroutner/bch-js.git"
"url": "git+https://github.com/Permissionless-Software-Foundation/bch-js.git"
},
"dependencies": {
"@uppy/core": "^1.10.4",