Skip to content

Commit

Permalink
Update travis and strict npm engine to ^6.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff-Lewis committed Aug 8, 2016
1 parent f9bd0d2 commit 51578ca
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
### v4.1.1
* Updated travis and strict npm engine to ^6.2.2

### v4.1.0
* Feature: add `runAndReturn` method to get return value of `func` (from ).
* Feature: add `runAndReturn` method to get return value of `func` (from [@overlookmotel](https://github.com/overlookmotel/node-continuation-local-storage)).


### v4.0.1
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cls-hooked",
"version": "4.0.1",
"version": "4.1.1",
"description": "CLS using AsynWrap instead of async-listener - es6 only",
"main": "context.js",
"files": [
Expand Down Expand Up @@ -28,7 +28,7 @@
"license": "BSD-2-Clause",
"engineStrict": true,
"engines": {
"node": "^6.3.1"
"node": "^6.2.2"
},
"devDependencies": {
"chai": "^3.5.0",
Expand Down

0 comments on commit 51578ca

Please sign in to comment.