Skip to content
This repository has been archived by the owner on Mar 8, 2020. It is now read-only.

Commit

Permalink
Merge pull request #14 from sstone1/master
Browse files Browse the repository at this point in the history
Move to latest Lerna and enable hoist mode
  • Loading branch information
Simon Stone committed Mar 15, 2017
2 parents 4be816f + 2e3c066 commit ec6bafd
Show file tree
Hide file tree
Showing 16 changed files with 54 additions and 45 deletions.
6 changes: 4 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
{
"lerna": "2.0.0-beta.32",
"lerna": "2.0.0-beta.38",
"packages": [
"packages/*"
],
"version": "0.0.2"
"version": "0.0.2",
"hoist": true,
"nohoist": "*-model"
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"devDependencies": {
"colors": "^1.1.2",
"lerna": "2.0.0-beta.32",
"lerna": "2.0.0-beta.38",
"moment": "^2.17.1",
"semver": "^5.3.0",
"sleep-promise": "^2.0.0"
Expand Down Expand Up @@ -31,4 +31,4 @@
],
"author": "Fabric Composer",
"license": "Apache-2.0"
}
}
8 changes: 5 additions & 3 deletions packages/animaltracking-network/jsdoc.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@
"dictionaries": ["jsdoc","closure"]
},
"source": {
"includePattern": ".+\\.js(doc|x)?$",
"excludePattern": "(^|\\/|\\\\)_|(chaincode|node_modules|out|scripts).+"
"include": [
"./lib"
],
"includePattern": ".+\\.js(doc|x)?$"
},
"plugins": [],
"plugins": ["plugins/markdown"],
"templates": {
"logoFile": "",
"cleverLinks": false,
Expand Down
3 changes: 1 addition & 2 deletions packages/animaltracking-network/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"postlint": "npm run licchk",
"licchk": "license-check",
"postlicchk": "npm run doc",
"doc": "jsdoc --pedantic --recurse -c jsdoc.conf -t ./node_modules/ink-docstrap/template .",
"doc": "jsdoc --pedantic --recurse -c jsdoc.conf .",
"pkgstamp": "node ./scripts/pkgstamp.js"
},
"repository": {
Expand All @@ -28,7 +28,6 @@
"devDependencies": {
"composer-cli": "latest",
"eslint": "^3.6.1",
"ink-docstrap": "^1.3.0",
"jsdoc": "^3.4.1",
"license-check": "^1.1.5"
},
Expand Down
10 changes: 6 additions & 4 deletions packages/bond-network/jsdoc.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,20 @@
"dictionaries": ["jsdoc","closure"]
},
"source": {
"includePattern": ".+\\.js(doc|x)?$",
"excludePattern": "(^|\\/|\\\\)_|(chaincode|node_modules|out|scripts).+"
"include": [
"./lib"
],
"includePattern": ".+\\.js(doc|x)?$"
},
"plugins": [],
"plugins": ["plugins/markdown"],
"templates": {
"logoFile": "",
"cleverLinks": false,
"monospaceLinks": false,
"dateFormat": "ddd MMM Do YYYY",
"outputSourceFiles": true,
"outputSourcePath": true,
"systemName": "Animal Tracking Network",
"systemName": "Financial Bond Network",
"footer": "",
"copyright": "Copyright IBM Corp. 2016",
"navType": "vertical",
Expand Down
3 changes: 1 addition & 2 deletions packages/bond-network/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"postlint": "npm run licchk",
"licchk": "license-check",
"postlicchk": "npm run doc",
"doc": "jsdoc --pedantic --recurse -c jsdoc.conf -t ./node_modules/ink-docstrap/template .",
"doc": "jsdoc --pedantic --recurse -c jsdoc.conf .",
"test": "mocha --recursive",
"deploy": "./scripts/deploy.sh"
},
Expand All @@ -31,7 +31,6 @@
"composer-connector-embedded": "latest",
"chai": "^3.5.0",
"eslint": "^3.6.1",
"ink-docstrap": "^1.3.0",
"istanbul": "^0.4.5",
"jsdoc": "^3.4.1",
"license-check": "^1.1.5",
Expand Down
10 changes: 6 additions & 4 deletions packages/carauction-network/jsdoc.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,20 @@
"dictionaries": ["jsdoc","closure"]
},
"source": {
"includePattern": ".+\\.js(doc|x)?$",
"excludePattern": "(^|\\/|\\\\)_|(chaincode|node_modules|out|scripts).+"
"include": [
"./lib"
],
"includePattern": ".+\\.js(doc|x)?$"
},
"plugins": [],
"plugins": ["plugins/markdown"],
"templates": {
"logoFile": "",
"cleverLinks": false,
"monospaceLinks": false,
"dateFormat": "ddd MMM Do YYYY",
"outputSourceFiles": true,
"outputSourcePath": true,
"systemName": "Animal Tracking Network",
"systemName": "Car Auction Network",
"footer": "",
"copyright": "Copyright IBM Corp. 2016",
"navType": "vertical",
Expand Down
3 changes: 1 addition & 2 deletions packages/carauction-network/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"postlint": "npm run licchk",
"licchk": "license-check",
"postlicchk": "npm run doc",
"doc": "jsdoc --pedantic --recurse -c jsdoc.conf -t ./node_modules/ink-docstrap/template .",
"doc": "jsdoc --pedantic --recurse -c jsdoc.conf .",
"test": "mocha --recursive",
"deploy": "./scripts/deploy.sh"
},
Expand All @@ -30,7 +30,6 @@
"composer-connector-embedded": "latest",
"chai": "^3.5.0",
"eslint": "^3.6.1",
"ink-docstrap": "^1.3.0",
"istanbul": "^0.4.5",
"jsdoc": "^3.4.1",
"license-check": "^1.1.5",
Expand Down
10 changes: 6 additions & 4 deletions packages/digitalproperty-network/jsdoc.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,20 @@
"dictionaries": ["jsdoc","closure"]
},
"source": {
"includePattern": ".+\\.js(doc|x)?$",
"excludePattern": "(^|\\/|\\\\)_|(chaincode|node_modules|out|scripts).+"
"include": [
"./lib"
],
"includePattern": ".+\\.js(doc|x)?$"
},
"plugins": [],
"plugins": ["plugins/markdown"],
"templates": {
"logoFile": "",
"cleverLinks": false,
"monospaceLinks": false,
"dateFormat": "ddd MMM Do YYYY",
"outputSourceFiles": true,
"outputSourcePath": true,
"systemName": "Animal Tracking Network",
"systemName": "Digital Property Network",
"footer": "",
"copyright": "Copyright IBM Corp. 2016",
"navType": "vertical",
Expand Down
3 changes: 1 addition & 2 deletions packages/digitalproperty-network/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"postlint": "npm run licchk",
"licchk": "license-check",
"postlicchk": "npm run doc",
"doc": "jsdoc --pedantic --recurse -c jsdoc.conf -t ./node_modules/ink-docstrap/template .",
"doc": "jsdoc --pedantic --recurse -c jsdoc.conf .",
"test": "mocha --recursive",
"deploy": "./scripts/deploy.sh"
},
Expand All @@ -29,7 +29,6 @@
"composer-connector-embedded": "latest",
"chai": "^3.5.0",
"eslint": "^3.6.1",
"ink-docstrap": "^1.3.0",
"istanbul": "^0.4.5",
"jsdoc": "^3.4.1",
"license-check": "^1.1.5",
Expand Down
10 changes: 6 additions & 4 deletions packages/marbles-network/jsdoc.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,20 @@
"dictionaries": ["jsdoc","closure"]
},
"source": {
"includePattern": ".+\\.js(doc|x)?$",
"excludePattern": "(^|\\/|\\\\)_|(chaincode|node_modules|out|scripts).+"
"include": [
"./lib"
],
"includePattern": ".+\\.js(doc|x)?$"
},
"plugins": [],
"plugins": ["plugins/markdown"],
"templates": {
"logoFile": "",
"cleverLinks": false,
"monospaceLinks": false,
"dateFormat": "ddd MMM Do YYYY",
"outputSourceFiles": true,
"outputSourcePath": true,
"systemName": "Animal Tracking Network",
"systemName": "Marble Trading Network",
"footer": "",
"copyright": "Copyright IBM Corp. 2016",
"navType": "vertical",
Expand Down
3 changes: 1 addition & 2 deletions packages/marbles-network/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"postlint": "npm run licchk",
"licchk": "license-check",
"postlicchk": "npm run doc",
"doc": "jsdoc --pedantic --recurse -c jsdoc.conf -t ./node_modules/ink-docstrap/template .",
"doc": "jsdoc --pedantic --recurse -c jsdoc.conf .",
"test": "mocha --recursive",
"deploy": "./scripts/deploy.sh"
},
Expand All @@ -31,7 +31,6 @@
"composer-connector-embedded": "latest",
"chai": "^3.5.0",
"eslint": "^3.6.1",
"ink-docstrap": "^1.3.0",
"istanbul": "^0.4.5",
"jsdoc": "^3.4.1",
"license-check": "^1.1.5",
Expand Down
10 changes: 6 additions & 4 deletions packages/perishable-network/jsdoc.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,20 @@
"dictionaries": ["jsdoc","closure"]
},
"source": {
"includePattern": ".+\\.js(doc|x)?$",
"excludePattern": "(^|\\/|\\\\)_|(chaincode|node_modules|out|scripts).+"
"include": [
"./lib"
],
"includePattern": ".+\\.js(doc|x)?$"
},
"plugins": [],
"plugins": ["plugins/markdown"],
"templates": {
"logoFile": "",
"cleverLinks": false,
"monospaceLinks": false,
"dateFormat": "ddd MMM Do YYYY",
"outputSourceFiles": true,
"outputSourcePath": true,
"systemName": "Animal Tracking Network",
"systemName": "Perishable Goods Network",
"footer": "",
"copyright": "Copyright IBM Corp. 2016",
"navType": "vertical",
Expand Down
3 changes: 1 addition & 2 deletions packages/perishable-network/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"postlint": "npm run licchk",
"licchk": "license-check",
"postlicchk": "npm run doc",
"doc": "jsdoc --pedantic --recurse -c jsdoc.conf -t ./node_modules/ink-docstrap/template .",
"doc": "jsdoc --pedantic --recurse -c jsdoc.conf .",
"test": "mocha --recursive",
"deploy": "./scripts/deploy.sh"
},
Expand All @@ -32,7 +32,6 @@
"composer-connector-embedded": "latest",
"chai": "^3.5.0",
"eslint": "^3.6.1",
"ink-docstrap": "^1.3.0",
"istanbul": "^0.4.5",
"jsdoc": "^3.4.1",
"license-check": "^1.1.5",
Expand Down
10 changes: 6 additions & 4 deletions packages/sample-network/jsdoc.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,20 @@
"dictionaries": ["jsdoc","closure"]
},
"source": {
"includePattern": ".+\\.js(doc|x)?$",
"excludePattern": "(^|\\/|\\\\)_|(chaincode|node_modules|out|scripts).+"
"include": [
"./lib"
],
"includePattern": ".+\\.js(doc|x)?$"
},
"plugins": [],
"plugins": ["plugins/markdown"],
"templates": {
"logoFile": "",
"cleverLinks": false,
"monospaceLinks": false,
"dateFormat": "ddd MMM Do YYYY",
"outputSourceFiles": true,
"outputSourcePath": true,
"systemName": "Animal Tracking Network",
"systemName": "Sample Network",
"footer": "",
"copyright": "Copyright IBM Corp. 2016",
"navType": "vertical",
Expand Down
3 changes: 1 addition & 2 deletions packages/sample-network/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"postlint": "npm run licchk",
"licchk": "license-check",
"postlicchk": "npm run doc",
"doc": "jsdoc --pedantic --recurse -c jsdoc.conf -t ./node_modules/ink-docstrap/template .",
"doc": "jsdoc --pedantic --recurse -c jsdoc.conf .",
"test": "mocha --recursive",
"deploy": "./scripts/deploy.sh"
},
Expand All @@ -30,7 +30,6 @@
"composer-connector-embedded": "latest",
"chai": "^3.5.0",
"eslint": "^3.6.1",
"ink-docstrap": "^1.3.0",
"istanbul": "^0.4.5",
"jsdoc": "^3.4.1",
"license-check": "^1.1.5",
Expand Down

0 comments on commit ec6bafd

Please sign in to comment.