Commit 1fc1000
committed
added .npmignore file
including the test/ folder to .npmignore means it will not be downloaded on npm install. This has two advantages:
1. less data to download on `npm install`
2. when developing a google chrome extension, a warning pops out, saying *This extension includes the key file '.../node-rsa/test/private_pkcs1.pem'. You probably don't want to do that.* There is no security threat since the key is not used anyway; the npmignore just gets rid of the warning.1 parent a376256 commit 1fc1000
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
0 commit comments