Skip to content

Commit

Permalink
Add files field to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
hudochenkov committed Oct 21, 2021
1 parent 017bce7 commit 9a415aa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
"version": "5.0.0",
"description": "My Stylelint config",
"main": "index.js",
"files": [
"index.js"
],
"scripts": {
"prettier-check": "prettier '**/*.js' --check",
"lint": "eslint . --max-warnings=0 && npm run prettier-check",
Expand Down

0 comments on commit 9a415aa

Please sign in to comment.