Skip to content

Commit 8e81715

Browse files
authored
fix(pkg): file "config.js" should be packaged too (#127)
1 parent c2ae1d3 commit 8e81715

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"description": "A JSDoc plugin for documenting .vue files.",
55
"main": "index.js",
66
"files": [
7-
"lib"
7+
"lib",
8+
"config.js"
89
],
910
"scripts": {
1011
"test": "jest",

0 commit comments

Comments
 (0)