We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60460ed commit 530c285Copy full SHA for 530c285
docs/lib/content/commands/npm-publish.md
@@ -50,7 +50,7 @@ to the registry.
50
51
### Files included in package
52
53
-To see what will be included in your package, run `npx npm-packlist`. All
+To see what will be included in your package, run `npm pack --dry-run`. All
54
files are included by default, with the following exceptions:
55
56
- Certain files that are relevant to package installation and distribution
0 commit comments