Skip to content

Commit

Permalink
FABN-990 NodeSDK return to snapshot publish
Browse files Browse the repository at this point in the history
Update all package.json to publish unstable builds

Change-Id: Ib7e29e77a82d0df78a582439772f19b35b516c7c
Signed-off-by: Bret Harrison <beharrison@nc.rr.com>
  • Loading branch information
harrisob committed Nov 6, 2018
1 parent 0713ad6 commit 7b2eaff
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 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": "1.4.0-beta",
"tag": "beta",
"version": "1.4.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-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"hyperledger",
"blockchain"
],
"version": "1.4.0-beta",
"tag": "beta",
"version": "1.4.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": "1.4.0-beta",
"tag": "beta",
"version": "1.4.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": "1.4.0-beta",
"tag": "beta",
"version": "1.4.0-snapshot",
"tag": "unstable",
"main": "index.js",
"repository": {
"type": "gerrit",
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": "1.4.0-beta",
"version": "1.4.0-snapshot",
"testFabricVersion": "master",
"testFabricThirdParty": "0.4.14",
"docsLatestVersion": "release-1.3",
Expand Down

0 comments on commit 7b2eaff

Please sign in to comment.