Skip to content

Commit

Permalink
chore: fix urls and description
Browse files Browse the repository at this point in the history
  • Loading branch information
haoqunjiang committed Jul 19, 2022
1 parent c204a97 commit 182c45c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions packages/eslint-config-standard/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
{
"name": "@vue/eslint-config-standard",
"version": "7.0.0",
"description": "eslint-config-standard for Vue CLI",
"description": "eslint-config-standard for Vue.js projects",
"main": "index.js",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vuejs/eslint-config-standard.git"
"url": "git+https://github.com/vuejs/eslint-config-standard.git",
"directory": "packages/eslint-config-standard"
},
"keywords": [
"vue",
Expand All @@ -20,7 +21,7 @@
"bugs": {
"url": "https://github.com/vuejs/eslint-config-standard/issues"
},
"homepage": "https://github.com/vuejs/eslint-config-standard#readme",
"homepage": "https://github.com/vuejs/eslint-config-standard/blob/main/packages/eslint-config-standard#readme",
"dependencies": {
"eslint-config-standard": "^17.0.0",
"eslint-import-resolver-custom-alias": "^1.3.0",
Expand Down

0 comments on commit 182c45c

Please sign in to comment.