Skip to content

Commit

Permalink
Move stylelint-prettier.js to index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
BPScott committed Dec 10, 2023
1 parent 5aa6c2f commit 71dbdcf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
File renamed without changes.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
],
"author": "Ben Scott",
"files": [
"stylelint-prettier.js",
"index.js",
"recommended.js",
"README.md",
"LICENSE.md"
],
"main": "stylelint-prettier.js",
"main": "index.js",
"scripts": {
"lint": "eslint .",
"test": "yarn run lint && node --experimental-vm-modules node_modules/jest/bin/jest.js",
Expand Down Expand Up @@ -67,4 +67,4 @@
]
},
"license": "MIT"
}
}

0 comments on commit 71dbdcf

Please sign in to comment.