Skip to content

Commit 4415194

Browse files
committed
fix: only publish js files
1 parent 3d20b64 commit 4415194

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

+3
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
"bin": "bin/cli.js",
1111
"author": "evillt <ijoec123@gmail.com> (https://evila.me)",
1212
"main": "lib/index.js",
13+
"files": [
14+
"*.js"
15+
],
1316
"scripts": {},
1417
"dependencies": {
1518
"cac": "^6.5.2",

0 commit comments

Comments
 (0)