Skip to content

Commit 6bd8760

Browse files
committed
Update versions and test with node 5
1 parent c168252 commit 6bd8760

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

circle.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ test:
22
override:
33
- nvm install 0.12 && npm test
44
- nvm install 4 && npm test
5+
- nvm install 5 && npm test
56
post:
67
- npm install
78
- istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "diff2html-cli",
3-
"version": "1.4.1",
3+
"version": "1.4.2",
44
"homepage": "https://www.github.com/rtfpessoa/diff2html-cli",
55
"description": "Fast Diff to colorized HTML",
66
"keywords": [
@@ -46,17 +46,17 @@
4646
"main": "./src/main.js",
4747
"dependencies": {
4848
"copy-paste": "^1.1.4",
49-
"diff2html": "~1.2.0",
49+
"diff2html": "~1.3.0",
5050
"extend": "^3.0.0",
5151
"open": "^0.0.5",
52-
"request": "^2.67.0",
53-
"yargs": "^3.31.0"
52+
"request": "^2.69.0",
53+
"yargs": "^3.32.0"
5454
},
5555
"devDependencies": {
5656
"codacy-coverage": "^1.1.3",
57-
"istanbul": "^0.4.1",
58-
"jscs": "^2.7.0",
59-
"mocha": "^2.3.4"
57+
"istanbul": "^0.4.2",
58+
"jscs": "^2.9.0",
59+
"mocha": "^2.4.5"
6060
},
6161
"license": "MIT",
6262
"files": [

0 commit comments

Comments
 (0)