Skip to content

Commit 1129707

Browse files
committed
1 parent c95b826 commit 1129707

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

chaincode/javascript/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "helper",
3-
"version": "0.1.0-alpha",
2+
"name": "blockotus-organ-helper-chaincode",
3+
"version": "0.1.3-beta",
44
"description": "helper chaincode implemented in node.js",
55
"main": "index.js",
66
"engines": {
@@ -11,6 +11,7 @@
1111
"start": "fabric-chaincode-node start"
1212
},
1313
"engine-strict": true,
14+
"author": "Daniel Febrero",
1415
"license": "Apache-2.0",
1516
"dependencies": {
1617
"fabric-contract-api": "^2.2.0",

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "helper",
3-
"version": "0.1.0-alpha",
2+
"name": "blockotus-organ-helper",
3+
"version": "0.1.3-beta",
44
"description": "",
55
"main": "index.js",
66
"scripts": {
@@ -10,8 +10,8 @@
1010
"type": "git",
1111
"url": "git+https://github.com/BLOCKOTUS/helper.git"
1212
},
13-
"author": "",
14-
"license": "ISC",
13+
"author": "Daniel Febrero",
14+
"license": "AGPL-3.0",
1515
"bugs": {
1616
"url": "https://github.com/BLOCKOTUS/helper/issues"
1717
},

0 commit comments

Comments
 (0)