Skip to content

Commit 215bbf9

Browse files
committed
update package
1 parent 55b9f15 commit 215bbf9

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: node_js
22
node_js:
3-
- '14'
43
- '16'
5-
- '17'
64
- '18'
5+
- '19'
6+
- '20'

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "text-file-diff",
3-
"version": "1.4.7",
3+
"version": "1.4.8",
44
"description": "line by line diff of two large files",
55
"license": "MIT",
66
"repository": "niiknow/text-file-diff",
@@ -10,8 +10,8 @@
1010
"url": "https://niiknow.org"
1111
},
1212
"engines": {
13-
"node": ">=14",
14-
"npm": ">=6"
13+
"node": ">=16",
14+
"npm": ">=8"
1515
},
1616
"scripts": {
1717
"build": "tsc",
@@ -31,10 +31,10 @@
3131
"compare-files"
3232
],
3333
"devDependencies": {
34-
"@types/node": "^17.0.44",
35-
"ava": "^4.3.0",
34+
"@types/node": "^20.5.9",
35+
"ava": "^5.3.1",
3636
"nyc": "^15.1.0",
37-
"typescript": "^4.7.3"
37+
"typescript": "^5.2.2"
3838
},
3939
"ava": {
4040
"failWithoutAssertions": true

0 commit comments

Comments
 (0)