We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4f542b commit 633d0d7Copy full SHA for 633d0d7
.travis.yml
@@ -1,4 +1,6 @@
1
language: node_js
2
node_js:
3
- - '8'
4
- - '6'
+ - '10'
+ - '11'
5
+ - '12'
6
+ - '13'
package.json
@@ -1,6 +1,6 @@
{
"name": "text-file-diff",
- "version": "1.0.6",
+ "version": "1.1.0",
"description": "line by line diff of two large files",
"license": "MIT",
"repository": "niiknow/text-file-diff",
@@ -10,7 +10,7 @@
10
"url": "niiknow.org"
11
},
12
"engines": {
13
- "node": ">=6"
+ "node": ">=10"
14
15
"scripts": {
16
"test": "xo && nyc ava",
@@ -28,12 +28,12 @@
28
"compare-files"
29
],
30
"dependencies": {
31
- "n-readlines": "^0.2.8"
+ "n-readlines": "^1.0.0"
32
33
"devDependencies": {
34
- "ava": "^0.20.0",
35
- "nyc": "^11.4.1",
36
- "xo": "^0.18.2"
+ "ava": "^2.4.0",
+ "nyc": "^14.1.1",
+ "xo": "^0.25.3"
37
38
"xo": {
39
"semicolon": true,
0 commit comments