Skip to content

Commit 85943c7

Browse files
😒 chore(package.json): Set .files = ["lib"].
1 parent bde3b23 commit 85943c7

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
@@ -65,5 +65,8 @@
6565
"test": "ava",
6666
"esdoc": "esdoc",
6767
"prepare": "npm run build"
68-
}
68+
},
69+
"files": [
70+
"lib"
71+
]
6972
}

0 commit comments

Comments
 (0)