Skip to content

Commit

Permalink
Chore: Add files to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
nzakas committed Aug 24, 2020
1 parent 8888d37 commit 6ee78f5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
"version": "0.0.0",
"description": "The legacy ESLintRC config file format for ESLint",
"main": "lib/index.js",
"files": [
"lib",
"conf",
"LICENSE"
],
"scripts": {
"test": "mocha tests/lib/shared",
"generate-release": "eslint-generate-release",
Expand Down

0 comments on commit 6ee78f5

Please sign in to comment.