Skip to content

Commit 2d88fad

Browse files
😒 chore(package.json): Set .files = ["lib"].
1 parent 33a3e81 commit 2d88fad

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

0 commit comments

Comments
 (0)