Skip to content

Commit b39f4bf

Browse files
committed
Do not package test files for NPM
Users of the NPM package likely do not need those spec files and dependencies.
1 parent 764d5fa commit b39f4bf

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.npmignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,6 @@ jspm_packages
3232

3333
# Optional REPL history
3434
.node_repl_history
35+
36+
# do not vendor tests
37+
test/

0 commit comments

Comments
 (0)