Skip to content

Commit

Permalink
FABCI-138 NodeSDK update tag
Browse files Browse the repository at this point in the history
Add the "tag" setting to package.json to control
the npm tag when publishing pacages.

Change-Id: I0bbcfbf8c3543ef8bf9132cebba73f6cdb55425b
Signed-off-by: Bret Harrison <beharrison@nc.rr.com>
  • Loading branch information
harrisob committed Oct 3, 2018
1 parent a690463 commit 74f826e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions fabric-ca-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "fabric-ca-client",
"version": "1.3.0-snapshot",
"tag": "unstable-1.3",
"main": "index.js",
"scripts": {
"test": "nyc mocha --recursive -t 10000"
Expand Down
1 change: 1 addition & 0 deletions fabric-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "fabric-client",
"version": "1.3.0-snapshot",
"tag": "unstable-1.3",
"main": "index.js",
"scripts": {
"test": "nyc mocha --recursive -t 10000"
Expand Down
1 change: 1 addition & 0 deletions fabric-network/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "fabric-network",
"version": "1.3.0-snapshot",
"tag": "skip",
"main": "index.js",
"repository": {
"type": "gerrit",
Expand Down

0 comments on commit 74f826e

Please sign in to comment.