npm-pkg-lint 1.11.2 → 1.13.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -51,6 +51,7 @@ Requires files specified in `package.json` to be present.
51
51
 
52
52
  Verifies the presence of files specified in:
53
53
 
54
+ - `exports` (wildcard patterns are ignored)
54
55
  - `main`
55
56
  - `browser`
56
57
  - `module`
package/bin/index.js CHANGED
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- require("../dist/index");
2
+ import "../dist/index.js";