Skip to content

Commit e4dc644

Browse files
committed
Merge branch 'develop', prepare 1.0.1
2 parents a01c500 + 598a13d commit e4dc644

File tree

3 files changed

+378
-358
lines changed

3 files changed

+378
-358
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
55
[![Build Status](https://travis-ci.org/exoframejs/exoframe.svg?branch=master)](https://travis-ci.org/exoframejs/exoframe)
66
[![Coverage Status](https://coveralls.io/repos/github/exoframejs/exoframe/badge.svg?branch=master)](https://coveralls.io/github/exoframejs/exoframe?branch=master)
7+
[![Greenkeeper badge](https://badges.greenkeeper.io/exoframejs/exoframe.svg)](https://greenkeeper.io/)
78
[![npm](https://img.shields.io/npm/v/exoframe.svg)](https://www.npmjs.com/package/exoframe)
89
[![license](https://img.shields.io/github/license/mashape/apistatus.svg?maxAge=2592000)](https://opensource.org/licenses/MIT)
910

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -15,28 +15,28 @@
1515
"package": "pkg --targets node8.3.0-linux-x64,node8.3.0-win-x64,node8.3.0-macos-x64 -o exoframe index.js"
1616
},
1717
"dependencies": {
18-
"boxen": "^1.2.1",
19-
"chalk": "^2.1.0",
18+
"boxen": "^1.2.2",
19+
"chalk": "^2.3.0",
2020
"cli-table": "^0.3.1",
2121
"got": "^7.1.0",
2222
"highland": "^2.11.1",
23-
"ignore": "^3.3.3",
24-
"inquirer": "^3.2.2",
25-
"js-yaml": "^3.9.1",
26-
"jsonwebtoken": "^7.4.3",
23+
"ignore": "^3.3.7",
24+
"inquirer": "^3.3.0",
25+
"js-yaml": "^3.10.0",
26+
"jsonwebtoken": "^8.1.0",
2727
"lodash": "^4.17.4",
2828
"opn": "^5.1.0",
2929
"ora": "^1.3.0",
30-
"tar-fs": "^1.15.3",
31-
"update-notifier": "^2.2.0",
32-
"yargs": "^8.0.2"
30+
"tar-fs": "^1.16.0",
31+
"update-notifier": "^2.3.0",
32+
"yargs": "^10.0.3"
3333
},
3434
"devDependencies": {
35-
"coveralls": "^2.13.1",
36-
"nock": "^9.0.14",
37-
"pkg": "^4.2.4",
35+
"coveralls": "^3.0.0",
36+
"nock": "^9.0.25",
37+
"pkg": "^4.2.5",
3838
"proxyquire": "^1.8.0",
39-
"sinon": "^3.2.1",
39+
"sinon": "^4.0.2",
4040
"tap": "^10.7.2"
4141
}
4242
}

0 commit comments

Comments
 (0)