Skip to content

Commit a85a649

Browse files
committed
Fixed appveyor
1 parent 4a4ec4d commit a85a649

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ environment:
33
- nodejs_version: '8'
44
- nodejs_version: '6'
55
- nodejs_version: '4'
6-
- nodejs_version: '4.0.0'
6+
- nodejs_version: '4.8.0'
77

88
install:
99
- ps: Install-Product node $env:nodejs_version

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "git-diff",
3-
"version": "2.0.5",
3+
"version": "2.0.6",
44
"description": "Returns the git diff of two strings",
55
"author": "Daniel Lewis BSc (Hons)",
66
"license": "ISC",

0 commit comments

Comments
 (0)