File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
language : node_js
2
2
node_js :
3
+ - " 8"
3
4
- " 10"
4
5
- " 12"
5
6
- " 13"
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ Supported platforms
38
38
39
39
And you can test your current browser visiting the [ test page] ( http://benjamine.github.com/jsondiffpatch/test/index.html ) .
40
40
41
- * Node.js [ ![ Build Status] ( https://secure.travis-ci.org/benjamine/jsondiffpatch.svg )] ( http://travis-ci.org/benjamine/jsondiffpatch ) v4.8 +
41
+ * Node.js [ ![ Build Status] ( https://secure.travis-ci.org/benjamine/jsondiffpatch.svg )] ( http://travis-ci.org/benjamine/jsondiffpatch ) v8 +
42
42
43
43
Usage
44
44
-----
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " jsondiffpatch" ,
3
- "version" : " 0.3.11 " ,
3
+ "version" : " 0.4.0 " ,
4
4
"author" :
" Benjamin Eidelman <[email protected] >" ,
5
5
"description" : " Diff & Patch for Javascript objects" ,
6
6
"contributors" : [
80
80
"bundleDependencies" : [],
81
81
"license" : " MIT" ,
82
82
"engines" : {
83
- "node" : " >=4.8 .0"
83
+ "node" : " >=8.17 .0"
84
84
},
85
85
"homepage" : " https://github.com/benjamine/jsondiffpatch"
86
86
}
You can’t perform that action at this time.
0 commit comments