Skip to content

Commit

Permalink
Merge pull request #113 from senecajs/release
Browse files Browse the repository at this point in the history
release preps
  • Loading branch information
mihaidma authored Aug 12, 2016
2 parents 35cbbbd + 055270d commit 29b4214
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 17 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,8 @@ node_js:
- '4'

before_script:
- if [[ $TRAVIS_NODE_VERSION == "6" ]]; then export LAB_FLAGS="--leaks"; else export LAB_FLAGS=""; fi
- npm uninstall seneca
- npm install seneca$SENECA_VER
- echo FLAGS:$LAB_FLAGS

cache:
directories:
Expand Down
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 2.0.0 2016-08-12

* Fix tcp transport breaks seneca mesh
* Dropped support for Node 0.10, 0.12
* Deps update

## 1.3.0

* Documentation update
Expand Down
29 changes: 14 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,39 +16,38 @@
"plugin"
],
"scripts": {
"test": "lab -v -L -P test -t 81 -m 5000 $LAB_FLAGS",
"test:node6": "LAB_FLAGS='--leaks' && npm test",
"test": "lab -v -L -P test -t 81 -m 5000",
"test-report": "lab -v -L -P test -t 81 -m 5000 -r html > test/report.html; open test/report.html",
"bench": "node bench",
"coveralls": "lab -s -P test -r lcov | coveralls",
"annotate": "docco transport.js -o doc; open doc/transport.html"
},
"dependencies": {
"eraro": "0.4.x",
"gex": "0.2.x",
"jsonic": "0.2.x",
"lodash": "4.14.x",
"lru-cache": "4.0.x",
"ndjson": "1.4.x",
"eraro": "0.4.1",
"gex": "0.2.2",
"jsonic": "0.2.2",
"lodash": "4.14.2",
"lru-cache": "4.0.1",
"ndjson": "1.4.3",
"nid": "0.3.2",
"patrun": "0.5.x",
"qs": "6.2.x",
"reconnect-core": "1.3.x",
"wreck": "9.0.x"
"patrun": "0.5.0",
"qs": "6.2.1",
"reconnect-core": "1.3.0",
"wreck": "9.0.0"
},
"devDependencies": {
"async": "2.0.x",
"bench": "0.3.x",
"code": "3.x.x",
"code": "3.0.x",
"coveralls": "2.11.x",
"docco": "0.7.x",
"eslint-config-seneca": "3.x.x",
"eslint-plugin-hapi": "4.x.x",
"eslint-plugin-standard": "2.x.x",
"lab": "10.x.x",
"lab": "10.9.x",
"pre-commit": "1.1.x",
"seneca": "plugin",
"seneca-entity": "1.2.x",
"seneca-transport-test": "0.2.x"
"seneca-transport-test": "0.2.0"
}
}

0 comments on commit 29b4214

Please sign in to comment.