Skip to content

Commit 5b9ac5d

Browse files
committed
Update dependencies and add dependencyci badge
1 parent a982dca commit 5b9ac5d

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# diff2html-cli
22

3-
[![Circle CI](https://circleci.com/gh/rtfpessoa/diff2html-cli.svg?style=svg)](https://circleci.com/gh/rtfpessoa/diff2html-cli)
43
[![Codacy Code Badge](https://api.codacy.com/project/badge/grade/e6139937d72f40ed8b3920d53c74298a)](https://www.codacy.com/app/Codacy/diff2html-cli)
54
[![Codacy Coverage Badge](https://api.codacy.com/project/badge/coverage/e6139937d72f40ed8b3920d53c74298a)](https://www.codacy.com/app/Codacy/diff2html-cli)
5+
[![Circle CI](https://circleci.com/gh/rtfpessoa/diff2html-cli.svg?style=svg)](https://circleci.com/gh/rtfpessoa/diff2html-cli)
6+
[![Dependency Status](https://dependencyci.com/github/rtfpessoa/diff2html/badge)](https://dependencyci.com/github/rtfpessoa/diff2html)
67

78
[![npm](https://img.shields.io/npm/v/diff2html-cli.svg)](https://www.npmjs.com/package/diff2html-cli)
89
[![David](https://img.shields.io/david/rtfpessoa/diff2html-cli.svg)](https://david-dm.org/rtfpessoa/diff2html-cli)

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -48,18 +48,18 @@
4848
},
4949
"main": "./src/main.js",
5050
"dependencies": {
51-
"copy-paste": "^1.2.0",
52-
"diff2html": "^2.0.0-rc.5",
51+
"copy-paste": "^1.3.0",
52+
"diff2html": "^2.0.0-rc.8",
5353
"extend": "^3.0.0",
5454
"open": "0.0.5",
55-
"request": "^2.72.0",
56-
"yargs": "^4.7.1"
55+
"request": "^2.73.0",
56+
"yargs": "^4.8.0"
5757
},
5858
"devDependencies": {
5959
"codacy-coverage": "^1.1.3",
60-
"istanbul": "^0.4.3",
61-
"jscs": "^3.0.3",
62-
"mocha": "^2.4.5"
60+
"istanbul": "^0.4.4",
61+
"jscs": "^3.0.6",
62+
"mocha": "^2.5.3"
6363
},
6464
"license": "MIT",
6565
"files": [

0 commit comments

Comments
 (0)