Skip to content

Commit 1b032fe

Browse files
committed
fix: minimal npmignore to fix git installs
1 parent e1e2003 commit 1b032fe

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.npmignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
test
2+
.github

package.json

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

0 commit comments

Comments
 (0)