davidbau / seedrandom

seeded random number generator for Javascript
2.04k stars 160 forks source link

Ignore the test directory in npm pacakage (472K) #58

Closed ZJONSSON closed 5 years ago

ZJONSSON commented 5 years ago

Awesome library, thanks!! I noticed that the test folder is included in the npm package. By ignoring this folder we can cut the deployment size down from 788k to 316k.

Before:

24K ./test/out
248K    ./test/lib
472K    ./test
164K    ./lib
788K    .

After:

164K    ./lib
316K    .
ZJONSSON commented 5 years ago

Thanks @davidbau! Any chance you can publish a patch version to npm?