Skip to content

Commit 27e2923

Browse files
committed
exclude files
1 parent 52353bf commit 27e2923

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.npmignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
.travis.yml
2+
tests/*
3+
src/*

.npmrc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
11
package-lock=false
2-
.travis.yml
3-
tests/*

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "text-file-diff",
3-
"version": "1.3.1",
3+
"version": "1.3.2",
44
"description": "line by line diff of two large files",
55
"license": "MIT",
66
"repository": "niiknow/text-file-diff",

0 commit comments

Comments
 (0)