You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 11, 2022. It is now read-only.
test package.json
{ "name": "npm-bundle-test", "version": "1.0.0", "dependencies": { "@myscope/debug": "*" }, "bundledDependencies": [ "@myscope/debug" ] }npm installcreatesnode_modules/@myscope/debug/, butnpm packignore all scoped bundled dependencies# tar -tvf npm-bundle-test-1.0.0.tgz` -rw-r--r-- 501/20 152 2015-06-19 16:09 package/package.jsonIt probably does not work because scoped modules are in @scope subdirectory.