Skip to content

Commit

Permalink
feat: rename selectmenu to selectlist
Browse files Browse the repository at this point in the history
  • Loading branch information
luwes committed Aug 4, 2023
1 parent 8556249 commit 0a5966e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"name": "selectmenu-polyfill",
"name": "selectlist-polyfill",
"version": "0.1.1",
"description": "Polyfill for the selectmenu element",
"description": "Polyfill for the selectlist element",
"type": "module",
"main": "dist/polyfill.js",
"files": [
"src",
"dist"
],
"repository": "luwes/selectmenu-polyfill",
"repository": "luwes/selectlist-polyfill",
"author": "Wesley Luyten <[email protected]> (https://wesleyluyten.com)",
"license": "MIT",
"homepage": "https://github.com/luwes/selectmenu-polyfill#readme",
"homepage": "https://github.com/luwes/selectlist-polyfill#readme",
"bugs": {
"url": "https://github.com/luwes/selectmenu-polyfill/issues"
"url": "https://github.com/luwes/selectlist-polyfill/issues"
},
"scripts": {
"lint": "npx eslint src/*.js",
Expand Down Expand Up @@ -44,7 +44,7 @@
}
},
"keywords": [
"selectmenu",
"selectlist",
"polyfill",
"web component",
"custom element"
Expand Down

1 comment on commit 0a5966e

@vercel
Copy link

@vercel vercel bot commented on 0a5966e Aug 4, 2023

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:

selectmenu-polyfill – ./

selectmenu-polyfill.vercel.app
selectmenu-polyfill-git-main-luwes.vercel.app
selectmenu-polyfill-luwes.vercel.app

Please sign in to comment.