Skip to content

Commit 29bfaff

Browse files
committed
Use package.json files config instead of .npmignore
1 parent 4de347c commit 29bfaff

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.npmignore

Lines changed: 0 additions & 4 deletions
This file was deleted.

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
"lint": "eslint lib test",
88
"test": "tape test/*.js"
99
},
10+
"files": [
11+
"lib"
12+
],
1013
"keywords": [
1114
"input",
1215
"mask"

0 commit comments

Comments
 (0)