Skip to content

Commit

Permalink
npm: don't publish tests in the npm package
Browse files Browse the repository at this point in the history
Given that metarhia/jstp#158 has introduced
quite a massive chunk of test fixtures, it is better to avoid including
tests with the npm package.  At this point it saves 632 KB of disk
space.

PR-URL: metarhia/jstp#159
Reviewed-By: Denys Otrishko <shishugi@gmail.com>
Reviewed-By: Dmytro Nechai <nechaido@gmail.com>
Reviewed-By: Mykola Bilochub <nbelochub@gmail.com>
  • Loading branch information
aqrln authored and belochub committed May 15, 2017
1 parent 35ea456 commit 29431b6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,6 @@ mkdocs.yml

# Examples
examples/

# Tests
test/

0 comments on commit 29431b6

Please sign in to comment.