Skip to content

Commit a33c5f0

Browse files
committedFeb 18, 2019
chore: fix npm dist files
1 parent c845011 commit a33c5f0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎package.json

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
"description": "IPFS Repo implementation",
55
"leadMaintainer": "Jacob Heun <jacobheun@gmail.com>",
66
"main": "src/index.js",
7+
"files": [
8+
"src",
9+
"dist"
10+
],
711
"browser": {
812
"rimraf": false,
913
"datastore-fs": "datastore-level",

0 commit comments

Comments
 (0)
Please sign in to comment.