Skip to content

Commit

Permalink
docs: add homepage & keywords & repository to pkg.json
Browse files Browse the repository at this point in the history
  • Loading branch information
07akioni committed Jun 4, 2021
1 parent 57092db commit 2d59c42
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
1 change: 0 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
compat/icons
*.cssr.js
*.cssr.ts
15 changes: 13 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
"author": "07akioni",
"license": "MIT",
"files": [
"compat",
"es",
"lib",
"README.md"
Expand Down Expand Up @@ -127,5 +126,17 @@
"pre-commit": "lint-staged"
}
},
"sideEffects": false
"sideEffects": false,
"homepage": "https://www.naiveui.com",
"repository": {
"type": "git",
"url": "https://github.com/TuSimple/naive-ui"
},
"keywords": [
"naive-ui",
"component library",
"ui framework",
"ui",
"vue"
]
}

1 comment on commit 2d59c42

@vercel
Copy link

@vercel vercel bot commented on 2d59c42 Jun 4, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

naive-ui – ./

naive-ui.vercel.app
naive-ui-git-main-naive-ui.vercel.app
naive-ui-naive-ui.vercel.app

Please sign in to comment.