Skip to content

Commit be72e2a

Browse files
😒 chore(package.json): Set .files = ["lib"].
1 parent ff5b6c8 commit be72e2a

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
@@ -77,5 +77,8 @@
7777
"test": "ava",
7878
"esdoc": "esdoc",
7979
"prepare": "npm run build"
80-
}
80+
},
81+
"files": [
82+
"lib"
83+
]
8184
}

0 commit comments

Comments
 (0)