Skip to content

Commit 01f3841

Browse files
committed
Well, that's embarassing
1 parent c66475e commit 01f3841

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-css-class-usage",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "ESLint plugin to check that CSS classes used in JS/TS files exist",
55
"main": "dist/index.js",
66
"files": [
@@ -22,10 +22,10 @@
2222
"license": "MIT",
2323
"repository": {
2424
"type": "git",
25-
"url": "https://github.com/yourusername/eslint-plugin-css-class-usage.git"
25+
"url": "https://github.com/fongandrew/eslint-plugin-css-class-usage.git"
2626
},
2727
"bugs": {
28-
"url": "https://github.com/yourusername/eslint-plugin-css-class-usage/issues"
28+
"url": "https://github.com/fongandrew/eslint-plugin-css-class-usage/issues"
2929
},
3030
"peerDependencies": {
3131
"eslint": ">=7.0.0"

0 commit comments

Comments
 (0)