Skip to content

Commit

Permalink
Include missing files in npm package
Browse files Browse the repository at this point in the history
  • Loading branch information
hudochenkov committed Oct 22, 2021
1 parent 2814211 commit ab62c9e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,13 @@
"description": "My Stylelint config",
"main": "index.js",
"files": [
"index.js"
"dollar-variables.js",
"full.js",
"index.js",
"limit-language-features.js",
"order.js",
"possible-errors.js",
"stylistic-issues.js"
],
"scripts": {
"prettier-check": "prettier '**/*.js' --check",
Expand Down

0 comments on commit ab62c9e

Please sign in to comment.