Skip to content

Commit 1847ba3

Browse files
authored
fix(close #5): missing dist files in npm package (#7)
1 parent 5968608 commit 1847ba3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
"repository": "https://github.com/boringcodes/utils.git",
1010
"main": "index.js",
1111
"typings": "index.d.ts",
12+
"files": [
13+
"dist"
14+
],
1215
"scripts": {
1316
"clean": "rm -rf dist",
1417
"purge": "rm -rf node_modules",

0 commit comments

Comments
 (0)