[BUG] Installing a package from a tarball from GitHub does not respect the files
property in package.json
#2648
Labels
files
property in package.json
#2648
Current Behavior:
Installing a package from a tarball from GitHub does not respect the
files
property inpackage.json
Expected Behavior:
The
files
property should be respectedSteps To Reproduce:
npm init -y
npm i https://github.com/sequelize/sequelize/tarball/main
ls node_modules/sequelize
files
option withinpackage.json
Environment:
The text was updated successfully, but these errors were encountered: