-
-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: move
.md
files to published package (#232)
This moves `README.md`, `LICENSE.md` and `CHANGELOG.md` from the repository root into the `./addon` directory. In doing so, the three files will be picked up by `npm pack` and `npm publish` respectively, so that the npmjs.com listing shows the proper `README.md` instead of an error message, and so that these files are also available in the users `node_modules`. It also adds symlinks from the old location to the new location, so that GitHub still renders the repository overview correctly. It's important, that the files are physically moved instead of just symlinked into the package, as `npm pack` doesn't follow symlinks. `CONTRIBUTING.md` is intentionally not moved, as it's only relevant in the context of the repository.
- Loading branch information
1 parent
7ec635a
commit 16bd8f6
Showing
8 changed files
with
275 additions
and
242 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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 @@ | ||
addon/CHANGELOG.md |
This file was deleted.
Oops, something went wrong.
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 @@ | ||
addon/LICENSE.md |
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 @@ | ||
addon/README.md |
Oops, something went wrong.