Skip to content

Commit 1de52d6

Browse files
authored
Adding files back into the package. (#106)
1 parent 05e577c commit 1de52d6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

package.json

+6
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@
1313
"type": "git"
1414
},
1515
"license": "MIT",
16+
"files": [
17+
"dist",
18+
"src",
19+
"LICENSE",
20+
"yarn.lock"
21+
],
1622
"scripts": {
1723
"test": "yarn build && jest",
1824
"build": "yarn clean && tsc",

0 commit comments

Comments
 (0)