Skip to content

Commit 71dbdcf

Browse files
committed
Move stylelint-prettier.js to index.js
1 parent 5aa6c2f commit 71dbdcf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
File renamed without changes.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
],
1010
"author": "Ben Scott",
1111
"files": [
12-
"stylelint-prettier.js",
12+
"index.js",
1313
"recommended.js",
1414
"README.md",
1515
"LICENSE.md"
1616
],
17-
"main": "stylelint-prettier.js",
17+
"main": "index.js",
1818
"scripts": {
1919
"lint": "eslint .",
2020
"test": "yarn run lint && node --experimental-vm-modules node_modules/jest/bin/jest.js",
@@ -67,4 +67,4 @@
6767
]
6868
},
6969
"license": "MIT"
70-
}
70+
}

0 commit comments

Comments
 (0)