Skip to content

Commit

Permalink
Merge "Fix license referenced in package.json files"
Browse files Browse the repository at this point in the history
  • Loading branch information
denyeart authored and Gerrit Code Review committed Jul 27, 2018
2 parents 3376018 + 40280c9 commit d02d7dd
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
9 changes: 6 additions & 3 deletions src/test/fixture/sdkintegration/nodecc/sample1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,12 @@
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node chaincode.js"
},
"author": "",
"license": "ISC",
"author": {
"name": "hyperledger/fabric",
"email": "fabric@lists.hyperledger.org"
},
"license": "Apache-2.0",
"dependencies": {
"fabric-shim": "unstable"
}
}
}
9 changes: 6 additions & 3 deletions src/test/fixture/sdkintegration/nodecc/sample_11/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,12 @@
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node chaincode.js"
},
"author": "",
"license": "ISC",
"author": {
"name": "hyperledger/fabric",
"email": "fabric@lists.hyperledger.org"
},
"license": "Apache-2.0",
"dependencies": {
"fabric-shim": "unstable"
}
}
}

0 comments on commit d02d7dd

Please # to comment.