Skip to content

Commit

Permalink
chore: add keywords to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed May 29, 2021
1 parent f3b1526 commit 7599dcf
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion package.json
Expand Up @@ -37,7 +37,6 @@
"lib",
"src"
],
"keywords": [],
"license": "MIT",
"peerDependencies": {
"react": ">=16.8.0",
Expand Down Expand Up @@ -77,6 +76,20 @@
"pre-commit": "lint-staged"
}
},
"keywords": [
"react",
"editor",
"md-editor",
"markdown",
"react-markdown",
"react-md-editor",
"react-markdown-editor",
"markdown-editor",
"md",
"uiw",
"uiwjs",
"code"
],
"lint-staged": {
"*.{js,jsx,less,md,json}": [
"prettier --write"
Expand Down

1 comment on commit 7599dcf

@vercel
Copy link

@vercel vercel bot commented on 7599dcf May 29, 2021

Choose a reason for hiding this comment

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

Please sign in to comment.