Skip to content

Commit

Permalink
update package json
Browse files Browse the repository at this point in the history
added description and more keywords to hopefully increase visibility in npm search results.
  • Loading branch information
nkappler committed Feb 27, 2024
1 parent 636e808 commit df259fa
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ctxmenu",
"version": "1.6.1",
"description": "",
"description": "Tiny and Customizable Context Menu Generator",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
Expand Down Expand Up @@ -39,6 +39,9 @@
"standalone/ctxmenu.min.js"
],
"keywords": [
"context menu"
"context menu",
"contextmenu",
"context", "menu",
"rightclick"
]
}

0 comments on commit df259fa

Please sign in to comment.