Skip to content

Commit

Permalink
FABN-1433 NodeSDK return to snapshot (#70)
Browse files Browse the repository at this point in the history
return version and tag to snapshot and unstable in the
package.jsons to be able to continue development

Signed-off-by: Bret Harrison <[email protected]>
  • Loading branch information
harrisob authored and andrew-coleman committed Dec 13, 2019
1 parent 558cea4 commit d06fcdf
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions fabric-ca-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"hyperledger",
"blockchain"
],
"version": "2.0.0-beta.1",
"tag": "beta",
"version": "2.0.0-snapshot",
"tag": "unstable",
"main": "index.js",
"scripts": {
"test": "nyc mocha --recursive -t 10000"
Expand Down
4 changes: 2 additions & 2 deletions fabric-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"hyperledger",
"blockchain"
],
"version": "2.0.0-beta.1",
"tag": "beta",
"version": "2.0.0-snapshot",
"tag": "unstable",
"main": "index.js",
"scripts": {
"test": "nyc mocha --exclude 'test/data/**/*.js' --recursive -t 10000"
Expand Down
4 changes: 2 additions & 2 deletions fabric-common/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "fabric-common",
"version": "2.0.0-beta.1",
"tag": "beta",
"version": "2.0.0-snapshot",
"tag": "unstable",
"description": "This package encapsulates the common code used by the `fabric-ca-client`, `fabric-client` packages.",
"keywords": [
"blockchain",
Expand Down
4 changes: 2 additions & 2 deletions fabric-network/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"hyperledger",
"blockchain"
],
"version": "2.0.0-beta.1",
"tag": "beta",
"version": "2.0.0-snapshot",
"tag": "unstable",
"main": "index.js",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions fabric-protos/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "fabric-protos",
"version": "2.0.0-beta.1",
"tag": "beta",
"version": "2.0.0-snapshot",
"tag": "unstable",
"description": "Protocol Buffer files and generated JavaScript classes for Hyperledger Fabric",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fabric-sdk-node",
"version": "2.0.0-beta.1",
"version": "2.0.0-snapshot",
"testFabricVersion": "master",
"testFabricThirdParty": "0.4.16",
"main": "index.js",
Expand Down

0 comments on commit d06fcdf

Please sign in to comment.