Skip to content

Commit

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

0 comments on commit 00d98c8

Please sign in to comment.