Skip to content

Commit 7c15a1e

Browse files
😒 chore(package.json): Set .files = ["lib"].
1 parent 19c2197 commit 7c15a1e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,5 +72,8 @@
7272
"test": "ava",
7373
"esdoc": "esdoc",
7474
"prepare": "npm run build"
75-
}
75+
},
76+
"files": [
77+
"lib"
78+
]
7679
}

0 commit comments

Comments
 (0)