Skip to content

Commit a9d3594

Browse files
😒 chore(package.json): Set .files = ["lib"].
1 parent 916e11d commit a9d3594

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
@@ -81,5 +81,8 @@
8181
"test": "ava",
8282
"esdoc": "esdoc",
8383
"prepare": "npm run build"
84-
}
84+
},
85+
"files": [
86+
"lib"
87+
]
8588
}

0 commit comments

Comments
 (0)