Skip to content

Commit 2000d2e

Browse files
author
Manaday Mavani
committed
chore: add npm keywords, author details
1 parent b1f3bfd commit 2000d2e

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

package.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,18 @@
11
{
22
"name": "util-web-components",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "A collection of utility web components.",
55
"author": {
6-
"name": "Manaday K. Mavani"
6+
"name": "Manaday K. Mavani",
7+
"email": "[email protected]",
8+
"url": "https://twitter.com/manadaym"
79
},
10+
"keywords": [
11+
"utility",
12+
"web components",
13+
"stencil"
14+
],
15+
"homepage": "https://github.com/ManadayM/util-web-components",
816
"main": "dist/index.js",
917
"module": "dist/index.mjs",
1018
"es2015": "dist/esm/index.mjs",

0 commit comments

Comments
 (0)