Skip to content

Commit

Permalink
fix: include lib/eslint-config-standard in package
Browse files Browse the repository at this point in the history
Fixes #329.
  • Loading branch information
mightyiam committed May 27, 2020
1 parent c627060 commit 07c0aba
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,8 @@
},
"files": [
"lib/index.js",
"lib/index.d.ts"
"lib/index.d.ts",
"lib/eslint-config-standard.js",
"lib/eslint-config-standard.d.ts"
]
}

0 comments on commit 07c0aba

Please sign in to comment.