Skip to content

Commit e88ded1

Browse files
authored
Merge pull request #5 from oguzhan18/change-package
change homepage
2 parents d5a226e + 9283bec commit e88ded1

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

package.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "html-attribute-manager",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "A JavaScript library for managing HTML elements with specific attributes.",
55
"main": "index.js",
66
"scripts": {
@@ -14,12 +14,14 @@
1414
"html",
1515
"attribute",
1616
"manager",
17-
"javascript"
17+
"javascript",
18+
"html-attribute",
19+
"html-managment"
1820
],
1921
"author": "Oğuzhan ÇART",
2022
"license": "ISC",
2123
"bugs": {
2224
"url": "https://github.com/oguzhan18/html-attribute-manager/issues"
2325
},
24-
"homepage": "https://github.com/oguzhan18/html-attribute-manager#readme"
26+
"homepage": "https://html-attribute-manager.vercel.app/#/"
2527
}

0 commit comments

Comments
 (0)