Skip to content

Commit 30a3b58

Browse files
😒 chore(package.json): Set .files = ["lib"].
1 parent 701cebe commit 30a3b58

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
@@ -79,5 +79,8 @@
7979
"test": "ava",
8080
"esdoc": "esdoc",
8181
"prepare": "npm run build"
82-
}
82+
},
83+
"files": [
84+
"lib"
85+
]
8386
}

0 commit comments

Comments
 (0)