Skip to content

Commit 23f01e8

Browse files
😒 chore(package.json): Set .files = ["lib"].
1 parent 5b4c5f7 commit 23f01e8

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

0 commit comments

Comments
 (0)