Closed Hypercubed closed 8 years ago
With this change examples and tests directories will not be included when installed as a dependency. Alternatively, you can use .npmignore. You can check what is being included in an npm package by running npm pack.
examples
tests
.npmignore
npm pack
thanks!
With this change
examples
andtests
directories will not be included when installed as a dependency. Alternatively, you can use.npmignore
. You can check what is being included in an npm package by runningnpm pack
.