Update dependencies and add dependencyci badge
This commit is contained in:
parent
8fe49abaa4
commit
e0b8b4a53f
2 changed files with 8 additions and 7 deletions
|
|
@ -1,8 +1,9 @@
|
|||
# diff2html
|
||||
|
||||
[](https://circleci.com/gh/rtfpessoa/diff2html)
|
||||
[](https://www.codacy.com/app/Codacy/diff2html)
|
||||
[](https://www.codacy.com/app/Codacy/diff2html)
|
||||
[](https://circleci.com/gh/rtfpessoa/diff2html)
|
||||
[](https://dependencyci.com/github/rtfpessoa/diff2html)
|
||||
|
||||
[](https://www.npmjs.com/package/diff2html)
|
||||
[](https://david-dm.org/rtfpessoa/diff2html)
|
||||
|
|
|
|||
12
package.json
12
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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue