Skip to content

Commit 915c1ff

Browse files
committed
Merge branch 'masterfix-winston-dep-32'
* masterfix-winston-dep-32 (#33): Fix package dependecies.
2 parents edcc710 + 5ba72f6 commit 915c1ff

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "figo",
33
"description": "API wrapper for figo Connect.",
4-
"version": "1.6.1",
4+
"version": "1.6.2",
55
"author": "Stefan Richter <stefan.richter@figo.me>, Max Filenko <mfilenko@figo.io>",
66
"license": "MIT",
77
"main": "./lib/figo.js",
@@ -15,13 +15,13 @@
1515
"devDependencies": {
1616
"async": "^2.0.1",
1717
"chai": "",
18-
"mocha": "",
19-
"winston": "^2.3.0"
18+
"mocha": ""
2019
},
2120
"engines": {
2221
"node": ">=0.11.0"
2322
},
2423
"dependencies": {
25-
"clone": "^1.0.2"
24+
"clone": "^1.0.2",
25+
"winston": "^2.3.0"
2626
}
2727
}

0 commit comments

Comments
 (0)