Skip to content

Commit 13e49f2

Browse files
😒 chore(package.json): Set .files = ["lib"].
1 parent 620c107 commit 13e49f2

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
@@ -69,5 +69,8 @@
6969
"test": "ava",
7070
"esdoc": "esdoc",
7171
"prepare": "npm run build"
72-
}
72+
},
73+
"files": [
74+
"lib"
75+
]
7376
}

0 commit comments

Comments
 (0)