Current Behavior:
Installing a package from a tarball from GitHub does not respect the files property in package.json
Expected Behavior:
The files property should be respected
Steps To Reproduce:
npm init -y
npm i https://github.com/sequelize/sequelize/tarball/main
ls node_modules/sequelize
- See that all files were installed, instead of respecting the
files option within package.json
Environment:
- OS: Windows
- Node: 12.14.1
- npm: 6.14.11