Skip to content

Commit 472ef37

Browse files
committed
fix: include index.js in files array
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
1 parent a653ceb commit 472ef37

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"packages/*"
88
],
99
"files": [
10+
"index.js",
1011
"bin",
1112
"docs/content/**/*.md",
1213
"docs/output/**/*.html",

0 commit comments

Comments
 (0)