Skip to content

Commit 182c45c

Browse files
committed
chore: fix urls and description
1 parent c204a97 commit 182c45c

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

packages/eslint-config-standard/package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
{
22
"name": "@vue/eslint-config-standard",
33
"version": "7.0.0",
4-
"description": "eslint-config-standard for Vue CLI",
4+
"description": "eslint-config-standard for Vue.js projects",
55
"main": "index.js",
66
"publishConfig": {
77
"access": "public"
88
},
99
"repository": {
1010
"type": "git",
11-
"url": "git+https://github.com/vuejs/eslint-config-standard.git"
11+
"url": "git+https://github.com/vuejs/eslint-config-standard.git",
12+
"directory": "packages/eslint-config-standard"
1213
},
1314
"keywords": [
1415
"vue",
@@ -20,7 +21,7 @@
2021
"bugs": {
2122
"url": "https://github.com/vuejs/eslint-config-standard/issues"
2223
},
23-
"homepage": "https://github.com/vuejs/eslint-config-standard#readme",
24+
"homepage": "https://github.com/vuejs/eslint-config-standard/blob/main/packages/eslint-config-standard#readme",
2425
"dependencies": {
2526
"eslint-config-standard": "^17.0.0",
2627
"eslint-import-resolver-custom-alias": "^1.3.0",

0 commit comments

Comments
 (0)