Skip to content

Commit

Permalink
maintenance update
Browse files Browse the repository at this point in the history
  • Loading branch information
noogen committed Jun 15, 2022
1 parent 1d41aed commit 55b9f15
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 34 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: node_js
node_js:
- '10'
- '12'
- '14'
- '15'
- '16'
- '17'
- '18'
1 change: 1 addition & 0 deletions dist/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/// <reference types="node" />
/// <reference types="node" />
import { EventEmitter } from 'events';
import { TextFileDiffOption } from './types';
import stream from 'stream';
Expand Down
8 changes: 4 additions & 4 deletions dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 55b9f15

Please sign in to comment.