Permalink
Please sign in to comment.
Browse files
Package.json: Add exclude patterns in "files" directives
Used negate expressions in package.json files entry, although it goes against recommendation below, because that's the only thing that worked. Read the github references below for details. > "The consequences are undefined" if you try to negate any of the files > entries (that is, "!foo.js"). Please don't. Use .npmignore. https://github.com/npm/npm/wiki/Files-and-Ignores#details Fixes #649 Closes #658
- Loading branch information...
0 comments on commit
5d243b8