Skip to content

Commit

Permalink
use yarn to bootstrap lerna because symlink bug in npm, remove nodeVe…
Browse files Browse the repository at this point in the history
…rsion in tests, update gitignore and npm ignore
  • Loading branch information
StarpTech committed Sep 26, 2017
1 parent 3682205 commit b38cb77
Show file tree
Hide file tree
Showing 58 changed files with 155 additions and 100 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -35,3 +35,4 @@ jspm_packages

# npm lock
package-lock.json
yarn.lock
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -8,7 +8,7 @@ node_js:
- "8"

script:
- npm run setup && npm run ci
- npm run ci:setup && npm run ci

env:
- CXX="g++-4.8"
Expand Down
13 changes: 11 additions & 2 deletions lerna.json
@@ -1,7 +1,16 @@
{
"lerna": "2.1.2",
"lerna": "2.2.0",
"version": "independent",
"npmClient": "yarn",
"packages": [
"packages/*"
]
],
"commands": {
"publish": {
"ignore": [
"ignored-file",
"*.md"
]
}
}
}
5 changes: 2 additions & 3 deletions package.json
Expand Up @@ -34,6 +34,7 @@
"scripts": {
"lint": "standard --fix ./packages/**/*.js",
"setup": "npm i && lerna bootstrap",
"ci:setup": "npm i && lerna bootstrap --npm-client=npm",
"clean": "lerna clean",
"release": "lerna publish -i",
"test": "nyc mocha -r \"./test/hemera/bootstrap\" -t 5000 \"./test/**/*.spec.js\" \"./packages/hemera-zipkin/test/**/*.js\"",
Expand All @@ -53,13 +54,12 @@
"hemera-testsuite": "^1.2.0",
"istanbul": "0.4.x",
"joi": "10.6.x",
"lerna": "^2.1.2",
"lerna": "^2.2.0",
"mocha": "3.5.x",
"mocha-lcov-reporter": "1.3.x",
"nats": "0.7.x",
"nats-hemera": "^1.5.0",
"node-nats-streaming": "^0.0.26",
"node-version": "1.1.x",
"nyc": "11.1.x",
"promise-retry": "1.1.x",
"sinon": "3.2.1",
Expand All @@ -82,7 +82,6 @@
"Sinon",
"Code",
"UnauthorizedError",
"NodeVersion",
"BeforeExit",
"CodecPipeline"
]
Expand Down
1 change: 1 addition & 0 deletions packages/hemera-arango-store/.gitignore
Expand Up @@ -35,6 +35,7 @@ jspm_packages

# npm lock
package-lock.json
yarn.lock

# Optional REPL history
.node_repl_history
1 change: 1 addition & 0 deletions packages/hemera-avro/.gitignore
Expand Up @@ -35,6 +35,7 @@ jspm_packages

# npm lock
package-lock.json
yarn.lock

# Optional REPL history
.node_repl_history
1 change: 1 addition & 0 deletions packages/hemera-avro/.npmignore
Expand Up @@ -6,3 +6,4 @@ docs
packages
flow-typed
package-lock.json
yarn.lock
1 change: 1 addition & 0 deletions packages/hemera-controlplane/.gitignore
Expand Up @@ -35,6 +35,7 @@ jspm_packages

# npm lock
package-lock.json
yarn.lock

# Optional REPL history
.node_repl_history
1 change: 1 addition & 0 deletions packages/hemera-controlplane/.npmignore
Expand Up @@ -6,3 +6,4 @@ docs
packages
flow-typed
package-lock.json
yarn.lock
1 change: 1 addition & 0 deletions packages/hemera-couchbase-store/.gitignore
Expand Up @@ -35,6 +35,7 @@ jspm_packages

# npm lock
package-lock.json
yarn.lock

# Optional REPL history
.node_repl_history
1 change: 1 addition & 0 deletions packages/hemera-couchbase-store/.npmignore
Expand Up @@ -6,3 +6,4 @@ docs
packages
flow-typed
package-lock.json
yarn.lock
1 change: 1 addition & 0 deletions packages/hemera-elasticsearch/.gitignore
Expand Up @@ -35,6 +35,7 @@ jspm_packages

# npm lock
package-lock.json
yarn.lock

# Optional REPL history
.node_repl_history
1 change: 1 addition & 0 deletions packages/hemera-elasticsearch/.npmignore
Expand Up @@ -6,3 +6,4 @@ docs
packages
flow-typed
package-lock.json
yarn.lock
1 change: 1 addition & 0 deletions packages/hemera-joi/.gitignore
Expand Up @@ -35,6 +35,7 @@ jspm_packages

# npm lock
package-lock.json
yarn.lock

# Optional REPL history
.node_repl_history
1 change: 1 addition & 0 deletions packages/hemera-joi/.npmignore
Expand Up @@ -6,3 +6,4 @@ docs
packages
flow-typed
package-lock.json
yarn.lock
1 change: 1 addition & 0 deletions packages/hemera-jwt-auth/.gitignore
Expand Up @@ -35,6 +35,7 @@ jspm_packages

# npm lock
package-lock.json
yarn.lock

# Optional REPL history
.node_repl_history
1 change: 1 addition & 0 deletions packages/hemera-jwt-auth/.npmignore
Expand Up @@ -6,3 +6,4 @@ docs
packages
flow-typed
package-lock.json
yarn.lock
1 change: 1 addition & 0 deletions packages/hemera-mail/.gitignore
Expand Up @@ -35,6 +35,7 @@ jspm_packages

# npm lock
package-lock.json
yarn.lock

# Optional REPL history
.node_repl_history
1 change: 1 addition & 0 deletions packages/hemera-mail/.npmignore
Expand Up @@ -6,3 +6,4 @@ docs
packages
flow-typed
package-lock.json
yarn.lock
1 change: 1 addition & 0 deletions packages/hemera-mongo-store/.gitignore
Expand Up @@ -35,6 +35,7 @@ jspm_packages

# npm lock
package-lock.json
yarn.lock

# Optional REPL history
.node_repl_history
1 change: 1 addition & 0 deletions packages/hemera-mongo-store/.npmignore
Expand Up @@ -6,3 +6,4 @@ docs
packages
flow-typed
package-lock.json
yarn.lock
1 change: 1 addition & 0 deletions packages/hemera-msgpack/.gitignore
Expand Up @@ -35,6 +35,7 @@ jspm_packages

# npm lock
package-lock.json
yarn.lock

# Optional REPL history
.node_repl_history
1 change: 1 addition & 0 deletions packages/hemera-msgpack/.npmignore
Expand Up @@ -6,3 +6,4 @@ docs
packages
flow-typed
package-lock.json
yarn.lock
1 change: 1 addition & 0 deletions packages/hemera-nats-streaming/.gitignore
Expand Up @@ -35,6 +35,7 @@ jspm_packages

# npm lock
package-lock.json
yarn.lock

# Optional REPL history
.node_repl_history
2 changes: 1 addition & 1 deletion packages/hemera-nats-streaming/.npmignore
Expand Up @@ -6,4 +6,4 @@ docs
packages
flow-typed
package-lock.json
media
yarn.lock
1 change: 1 addition & 0 deletions packages/hemera-nsq/.gitignore
Expand Up @@ -35,6 +35,7 @@ jspm_packages

# npm lock
package-lock.json
yarn.lock

# Optional REPL history
.node_repl_history
1 change: 1 addition & 0 deletions packages/hemera-nsq/.npmignore
Expand Up @@ -6,3 +6,4 @@ docs
packages
flow-typed
package-lock.json
yarn.lock
1 change: 1 addition & 0 deletions packages/hemera-parambulator/.gitignore
Expand Up @@ -35,6 +35,7 @@ jspm_packages

# npm lock
package-lock.json
yarn.lock

# Optional REPL history
.node_repl_history
1 change: 1 addition & 0 deletions packages/hemera-parambulator/.npmignore
Expand Up @@ -6,3 +6,4 @@ docs
packages
flow-typed
package-lock.json
yarn.lock
1 change: 1 addition & 0 deletions packages/hemera-plugin/.gitignore
Expand Up @@ -35,6 +35,7 @@ jspm_packages

# npm lock
package-lock.json
yarn.lock

# Optional REPL history
.node_repl_history
1 change: 1 addition & 0 deletions packages/hemera-plugin/.npmignore
Expand Up @@ -6,3 +6,4 @@ docs
packages
flow-typed
package-lock.json
yarn.lock
1 change: 1 addition & 0 deletions packages/hemera-rabbitmq/.gitignore
Expand Up @@ -35,6 +35,7 @@ jspm_packages

# npm lock
package-lock.json
yarn.lock

# Optional REPL history
.node_repl_history
1 change: 1 addition & 0 deletions packages/hemera-rabbitmq/.npmignore
Expand Up @@ -6,3 +6,4 @@ docs
packages
flow-typed
package-lock.json
yarn.lock
1 change: 1 addition & 0 deletions packages/hemera-redis-cache/.gitignore
Expand Up @@ -35,6 +35,7 @@ jspm_packages

# npm lock
package-lock.json
yarn.lock

# Optional REPL history
.node_repl_history
1 change: 1 addition & 0 deletions packages/hemera-redis-cache/.npmignore
Expand Up @@ -6,3 +6,4 @@ docs
packages
flow-typed
package-lock.json
yarn.lock
1 change: 1 addition & 0 deletions packages/hemera-rethinkdb-store/.gitignore
Expand Up @@ -35,6 +35,7 @@ jspm_packages

# npm lock
package-lock.json
yarn.lock

# Optional REPL history
.node_repl_history
1 change: 1 addition & 0 deletions packages/hemera-rethinkdb-store/.npmignore
Expand Up @@ -6,3 +6,4 @@ docs
packages
flow-typed
package-lock.json
yarn.lock
1 change: 1 addition & 0 deletions packages/hemera-slackbot/.gitignore
Expand Up @@ -35,6 +35,7 @@ jspm_packages

# npm lock
package-lock.json
yarn.lock

# Optional REPL history
.node_repl_history
1 change: 1 addition & 0 deletions packages/hemera-slackbot/.npmignore
Expand Up @@ -6,3 +6,4 @@ docs
packages
flow-typed
package-lock.json
yarn.lock
1 change: 1 addition & 0 deletions packages/hemera-snappy/.gitignore
Expand Up @@ -35,6 +35,7 @@ jspm_packages

# npm lock
package-lock.json
yarn.lock

# Optional REPL history
.node_repl_history
1 change: 1 addition & 0 deletions packages/hemera-snappy/.npmignore
Expand Up @@ -6,3 +6,4 @@ docs
packages
flow-typed
package-lock.json
yarn.lock
1 change: 1 addition & 0 deletions packages/hemera-sql-store/.gitignore
Expand Up @@ -35,6 +35,7 @@ jspm_packages

# npm lock
package-lock.json
yarn.lock

# Optional REPL history
.node_repl_history
1 change: 1 addition & 0 deletions packages/hemera-sql-store/.npmignore
Expand Up @@ -6,3 +6,4 @@ docs
packages
flow-typed
package-lock.json
yarn.lock
1 change: 1 addition & 0 deletions packages/hemera-sqs/.gitignore
Expand Up @@ -35,6 +35,7 @@ jspm_packages

# npm lock
package-lock.json
yarn.lock

# Optional REPL history
.node_repl_history
1 change: 1 addition & 0 deletions packages/hemera-sqs/.npmignore
Expand Up @@ -6,3 +6,4 @@ docs
packages
flow-typed
package-lock.json
yarn.lock
1 change: 1 addition & 0 deletions packages/hemera-stats/.gitignore
Expand Up @@ -35,6 +35,7 @@ jspm_packages

# npm lock
package-lock.json
yarn.lock

# Optional REPL history
.node_repl_history
1 change: 1 addition & 0 deletions packages/hemera-stats/.npmignore
Expand Up @@ -6,3 +6,4 @@ docs
packages
flow-typed
package-lock.json
yarn.lock
1 change: 1 addition & 0 deletions packages/hemera-store/.gitignore
Expand Up @@ -35,6 +35,7 @@ jspm_packages

# npm lock
package-lock.json
yarn.lock

# Optional REPL history
.node_repl_history
1 change: 1 addition & 0 deletions packages/hemera-store/.npmignore
Expand Up @@ -6,3 +6,4 @@ docs
packages
flow-typed
package-lock.json
yarn.lock
1 change: 1 addition & 0 deletions packages/hemera-web/.gitignore
Expand Up @@ -35,6 +35,7 @@ jspm_packages

# npm lock
package-lock.json
yarn.lock

# Optional REPL history
.node_repl_history
1 change: 1 addition & 0 deletions packages/hemera-web/.npmignore
Expand Up @@ -6,3 +6,4 @@ docs
packages
flow-typed
package-lock.json
yarn.lock
1 change: 1 addition & 0 deletions packages/hemera-zipkin/.gitignore
Expand Up @@ -35,6 +35,7 @@ jspm_packages

# npm lock
package-lock.json
yarn.lock

# Optional REPL history
.node_repl_history
2 changes: 1 addition & 1 deletion packages/hemera-zipkin/.npmignore
Expand Up @@ -6,4 +6,4 @@ docs
packages
flow-typed
package-lock.json
media
yarn.lock
1 change: 1 addition & 0 deletions packages/hemera/.gitignore
Expand Up @@ -35,6 +35,7 @@ jspm_packages

# npm lock
package-lock.json
yarn.lock

# Optional REPL history
.node_repl_history
1 change: 1 addition & 0 deletions packages/hemera/.npmignore
Expand Up @@ -6,3 +6,4 @@ docs
packages
flow-typed
package-lock.json
yarn.lock

0 comments on commit b38cb77

Please sign in to comment.