-
Notifications
You must be signed in to change notification settings - Fork 143
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix files accidentally included in final package (#233)
The example-repos directory contained a number .gitignore files that were explicitly including files that we don't want to include, so we now clear all example repos before publish. Also, the implementation of `files` in package.json was including `dist` directories in `integrations` advertently, so we now do the equivalent thing in .npmignore with some fixes.
- Loading branch information
1 parent
99ac443
commit 67cde54
Showing
2 changed files
with
6 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
* | ||
!bin/** | ||
!dist/** | ||
!register/** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters