Skip to content

Commit 401911f

Browse files
authored
Merge pull request #12 from happo/npmignore
Add test-results and .github to .npmignore
2 parents 4973a94 + fda1c8b commit 401911f

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

.npmignore

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1-
node_modules
1+
.eslintrc.js
2+
.github
3+
.happo.js
24
.next
3-
yarn-error.log
5+
.node-version
6+
node_modules
47
pages
8+
test-results
59
tests/*
6-
.node-version
7-
.happo.js
8-
.eslintrc.js
10+
yarn-error.log
911

0 commit comments

Comments
 (0)