8000 Prevents publishing examples to npm (#149) · polygon-io/client-js@666fa93 · GitHub
[go: up one dir, main page]

Skip to content

Commit 666fa93

Browse files
authored
Prevents publishing examples to npm (#149)
* fix: prevents /examples, .mocharc, CHANGELOG.md, and README.md from being published to npm to save some bytes * fix: removes CHANGELOG.md and README.md from npmignore since npm will always add them
1 parent 645c779 commit 666fa93

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.npmignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
/src*
22
/websocket_example*
33
/.circleci*
4-
tsconfig.json
4+
tsconfig.json
5+
/examples
6+
.mocharc.json

0 commit comments

Comments
 (0)
0