From e0b8b4a53f2718646c2ba864110bed7670408787 Mon Sep 17 00:00:00 2001 From: Rodrigo Fernandes Date: Tue, 12 Jul 2016 13:13:44 +0100 Subject: [PATCH] Update dependencies and add dependencyci badge --- README.md | 3 ++- package.json | 12 ++++++------ 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index ebbc0f8..be4f8a0 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,9 @@ # diff2html -[![Circle CI](https://circleci.com/gh/rtfpessoa/diff2html.svg?style=svg)](https://circleci.com/gh/rtfpessoa/diff2html) [![Codacy Code Badge](https://api.codacy.com/project/badge/grade/06412dc3f5a14f568778d0db8a1f7dc8)](https://www.codacy.com/app/Codacy/diff2html) [![Codacy Coverage Badge](https://api.codacy.com/project/badge/coverage/06412dc3f5a14f568778d0db8a1f7dc8)](https://www.codacy.com/app/Codacy/diff2html) +[![Circle CI](https://circleci.com/gh/rtfpessoa/diff2html.svg?style=svg)](https://circleci.com/gh/rtfpessoa/diff2html) +[![Dependency Status](https://dependencyci.com/github/rtfpessoa/diff2html/badge)](https://dependencyci.com/github/rtfpessoa/diff2html) [![npm](https://img.shields.io/npm/v/diff2html.svg)](https://www.npmjs.com/package/diff2html) [![Dependency Status](https://david-dm.org/rtfpessoa/diff2html.svg)](https://david-dm.org/rtfpessoa/diff2html) diff --git a/package.json b/package.json index f47c53b..cf28aee 100644 --- a/package.json +++ b/package.json @@ -53,19 +53,19 @@ "fs": false }, "dependencies": { - "diff": "^2.2.2", + "diff": "^2.2.3", "hogan.js": "^3.0.2" }, "devDependencies": { "autoprefixer": "^6.3.6", - "browserify": "^13.0.0", - "clean-css": "^3.4.10", + "browserify": "^13.0.1", + "clean-css": "^3.4.18", "codacy-coverage": "^1.1.3", "fast-html-parser": "^1.0.1", - "istanbul": "^0.4.2", - "jscs": "^3.0.3", + "istanbul": "^0.4.4", + "jscs": "^3.0.6", "mkdirp": "^0.5.1", - "mocha": "^2.4.5", + "mocha": "^2.5.3", "nopt": "^3.0.6", "postcss-cli": "^2.5.2", "uglifyjs": "^2.4.10"