Skip to content

Commit 3c0d3e7

Browse files
Use files to reduce what is published to npm (#3373)
1 parent beaed10 commit 3c0d3e7

File tree

5 files changed

+9
-615
lines changed

5 files changed

+9
-615
lines changed

.codeclimate.yml

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

shepherd.js/.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@
1515
/stats.html
1616
/yarn-error.log
1717

18+
# Build artifacts and cache files
19+
.eslintcache
20+
errors.json
21+
1822
# Auto-generated from root during build
1923
README.md
2024
LICENSE.md

shepherd.js/.npmignore

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

0 commit comments

Comments
 (0)