Skip to content

Commit

Permalink
Merge branch 'masterfix-winston-dep-32'
Browse files Browse the repository at this point in the history
* masterfix-winston-dep-32 (#33):
  Fix package dependecies.
  • Loading branch information
mfilenko committed Feb 14, 2017
2 parents edcc710 + 5ba72f6 commit 915c1ff
Showing 1 changed file with 4 additions and 4 deletions.
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": "1.6.1",
"version": "1.6.2",
"author": "Stefan Richter <[email protected]>, Max Filenko <[email protected]>",
"license": "MIT",
"main": "./lib/figo.js",
Expand All @@ -15,13 +15,13 @@
"devDependencies": {
"async": "^2.0.1",
"chai": "",
"mocha": "",
"winston": "^2.3.0"
"mocha": ""
},
"engines": {
"node": ">=0.11.0"
},
"dependencies": {
"clone": "^1.0.2"
"clone": "^1.0.2",
"winston": "^2.3.0"
}
}

0 comments on commit 915c1ff

Please sign in to comment.