Skip to content

Commit 3a08cae

Browse files
committed
Add "PATTERNS.md" to distributed files
Add "DOCUMENTATION.md" to distributed files Remove "LICENSE" from distributed files, as the LICENSE file is automatically included by npm
1 parent e87776c commit 3a08cae

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@
55

66
Bump to version 0.1.4
77

8+
Add "PATTERNS.md" to distributed files
9+
10+
Add "DOCUMENTATION.md" to distributed files
11+
12+
Remove "LICENSE" from distributed files, as the LICENSE file is
13+
automatically included by npm
14+
815
## April 10: Version 0.1.3
916

1017
Add documentation to src/core/set2D.ts

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"life-like-cellular-automata",
2828
"codec"
2929
],
30-
"files": ["./dist", "./LICENSE"],
30+
"files": ["./dist", "./DOCUMENTATION.md", "PATTERNS.md"],
3131
"exports": {
3232
".": {
3333
"import": {

0 commit comments

Comments
 (0)