Skip to content

Commit 00d91ba

Browse files
committed
docs
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent 44514ab commit 00d91ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/dev/shipped-files.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ Of cause, we ship the build results (JavaScript and type definitions).
44

55
We also ship our sources (TypeScript), so that downstream users can work with them directly with own compilers/builders/packers.
66
And we ship all the build instructions we used.
7-
Background: our source code requires some special TypeScript compiler options; downstream users might need our special build options, when they work with our shipped sources.
8-
We manage our shipped files in a [`.npmignore`](../../.npmignore) blacklist.
7+
Background: our source code requires some special TypeScript compiler options; downstream users might need our special build options, when they work with our shipped sources. (see also: <https://blog.npmjs.org/post/165769683050/publishing-what-you-mean-to-publish.html>)
8+
We manage our shipped files in a [`.npmignore`](../../.npmignore) file.

0 commit comments

Comments
 (0)