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

Diff for: .npmignore

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
.travis.yml
2+
tests/*
3+
src/*

Diff for: .npmrc

-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
11
package-lock=false
2-
.travis.yml
3-
tests/*

Diff for: package.json

+1-1
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)