Skip to content

Commit 6762e08

Browse files
committed
fix: add files field to ensure index.js is included in git installs
1 parent 3cfe28c commit 6762e08

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@
88
"aem": "./index.js",
99
"hlx": "./index.js"
1010
},
11+
"files": [
12+
"index.js",
13+
"src/",
14+
"packages/"
15+
],
1116
"scripts": {
1217
"check": "npm run lint && npm run test",
1318
"test": "c8 mocha",

0 commit comments

Comments
 (0)