Skip to content

Commit

Permalink
Merge pull request #55 from figo-connect/rollback-winston
Browse files Browse the repository at this point in the history
Rollback winston
  • Loading branch information
christianhuening authored Apr 30, 2019
2 parents e689f49 + ec799c2 commit 1a6c337
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,14 @@ figo Node.js SDK is released under the [MIT License](http://opensource.org/licen
Changelog and New Features
--------------------------

### 3.1.3

- rolled back to Winston 2.4.4 for compatibility

### 3.1.2

- updated dependencies to current stable versions

### 3.1.1

- Dropped support for node.js 4.0
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "figo",
"description": "API wrapper for figo Connect.",
"version": "3.1.1",
"version": "3.1.3",
"author": "figo <[email protected]>",
"license": "MIT",
"main": "./lib/figo.js",
Expand All @@ -18,10 +18,10 @@
"mocha": ""
},
"engines": {
"node": ">=4.2.0"
"node": ">=6.17.0"
},
"dependencies": {
"clone": "^1.0.2",
"winston": "^2.3.0"
"clone": "^2.1.2",
"winston": "^2.4.4"
}
}

0 comments on commit 1a6c337

Please sign in to comment.