Skip to content

Commit 177590e

Browse files
Rename package as already existing in npm
1 parent 749d52b commit 177590e

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

package.json

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "posthtml-components",
2+
"name": "posthtml-component",
33
"version": "1.0.0-beta.0",
44
"description": "PostHTML Components Blade-like with slots, attributes as props and custom tag",
55
"license": "MIT",
@@ -16,9 +16,11 @@
1616
"build-examples": "node ./examples"
1717
},
1818
"keywords": [
19-
"html",
2019
"posthtml",
21-
"posthtml-components"
20+
"posthtml-component",
21+
"posthtml-components",
22+
"components",
23+
"html"
2224
],
2325
"dependencies": {
2426
"deepmerge": "^4.2.2",

0 commit comments

Comments
 (0)