Skip to content

Commit f452499

Browse files
committed
Point to standard org in package.json
1 parent 78895ee commit f452499

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
@@ -8,14 +8,14 @@
88
"url": "https://feross.org"
99
},
1010
"bugs": {
11-
"url": "https://github.com/feross/eslint-config-standard-react/issues"
11+
"url": "https://github.com/standard/eslint-config-standard-react/issues"
1212
},
1313
"devDependencies": {
1414
"eslint": "^8.8.0",
1515
"eslint-plugin-react": "^7.28.0",
1616
"tape": "^5.5.0"
1717
},
18-
"homepage": "https://github.com/feross/eslint-config-standard-react",
18+
"homepage": "https://github.com/standard/eslint-config-standard-react",
1919
"keywords": [
2020
"JavaScript Standard Style",
2121
"check",
@@ -52,7 +52,7 @@
5252
},
5353
"repository": {
5454
"type": "git",
55-
"url": "git://github.com/feross/eslint-config-standard-react.git"
55+
"url": "git://github.com/standard/eslint-config-standard-react.git"
5656
},
5757
"scripts": {
5858
"test": "tape test/*.js"

0 commit comments

Comments
 (0)