Skip to content

Commit 3061faa

Browse files
authored
Merge pull request #28 from softprops/smaller-npm-package
limit what gets published to npm
2 parents 5219edf + 23487c5 commit 3061faa

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,10 @@
3030
},
3131
"devDependencies": {
3232
"eslint": "^5.14.0"
33-
}
33+
},
34+
"files": [
35+
"index.js",
36+
"package.json",
37+
"README.md"
38+
]
3439
}

0 commit comments

Comments
 (0)