From 0a5966e50ca7263e4fde53f208219ba97d2ed3ad Mon Sep 17 00:00:00 2001 From: Wesley Luyten Date: Fri, 4 Aug 2023 08:43:35 -0500 Subject: [PATCH] feat: rename selectmenu to selectlist --- package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 6b9e4fa..a8b4acb 100644 --- a/package.json +++ b/package.json @@ -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 (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", @@ -44,7 +44,7 @@ } }, "keywords": [ - "selectmenu", + "selectlist", "polyfill", "web component", "custom element"