Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Oct 26, 2021
1 parent 3095c15 commit 315269b
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions package.json
Expand Up @@ -28,11 +28,9 @@
},
"types": "types/stylelint/index.d.ts",
"files": [
"bin/**/*.js",
"lib/**/*.js",
"!**/__tests__/**",
"!lib/testUtils/**",
"types/stylelint/index.d.ts"
"{bin,lib}/**/*.js",
"types/stylelint/index.d.ts",
"!**/{__tests__,testUtils}/**"
],
"scripts": {
"benchmark-rule": "node scripts/benchmark-rule.js",
Expand Down

0 comments on commit 315269b

Please sign in to comment.