Skip to content

Commit

Permalink
fix(pkg): file "config.js" should be packaged too (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kocal committed Oct 18, 2018
1 parent c2ae1d3 commit 8e81715
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"description": "A JSDoc plugin for documenting .vue files.",
"main": "index.js",
"files": [
"lib"
"lib",
"config.js"
],
"scripts": {
"test": "jest",
Expand Down

0 comments on commit 8e81715

Please sign in to comment.