Skip to content

Commit

Permalink
fix: include index.js in files array
Browse files Browse the repository at this point in the history
This repairs the ability to `node .` from the installed package.

`require('npm')` will still not work, as this was disabled in v8.0.0

PR-URL: #3874
Credit: @wraithgar
Close: #3874
Reviewed-by: @lukekarrys
  • Loading branch information
wraithgar committed Oct 11, 2021
1 parent a653ceb commit 472ef37
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -7,6 +7,7 @@
"packages/*"
],
"files": [
"index.js",
"bin",
"docs/content/**/*.md",
"docs/output/**/*.html",
Expand Down

0 comments on commit 472ef37

Please sign in to comment.