Skip to content
This repository was archived by the owner on Apr 14, 2021. It is now read-only.

Commit 5ef821f

Browse files
committed
fixes #264: npmignoring all linting and babel configurations that are not runtime files.
1 parent b66fbfa commit 5ef821f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.npmignore

+5
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ data/
1515
# (It doesn't need anything used during development of this library.)
1616
tools/
1717
tests/
18+
.babelrc
19+
.eslintrc
20+
.eslintignore
21+
yarn.lock
22+
CONTRIBUTING.md
1823

1924
coverage/
2025
tasks/

0 commit comments

Comments
 (0)