Skip to content

Commit 8e1faf4

Browse files
Upgrade version
1 parent 1005dfe commit 8e1faf4

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

examples/dist/docs.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1385,7 +1385,7 @@ <h3 id="posthtml-modules" tabindex="-1">
13851385
folders: [&quot;components&quot;, &quot;layouts&quot;],
13861386
tag: 'module',
13871387
attribute: 'href',
1388-
yield: 'content'
1388+
yield: 'content',
13891389
plugins: [
13901390
require(&quot;posthtml-include&quot;)({
13911391
encoding: &quot;utf8&quot;,

examples/src/md/introduction.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -890,7 +890,7 @@ require("posthtml-component")({
890890
folders: ["components", "layouts"],
891891
tag: 'module',
892892
attribute: 'href',
893-
yield: 'content'
893+
yield: 'content',
894894
plugins: [
895895
require("posthtml-include")({
896896
encoding: "utf8",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "posthtml-component",
3-
"version": "1.0.0-beta.3",
3+
"version": "1.0.0-beta.4",
44
"description": "PostHTML Components Blade-like with slots, attributes as props and custom tag",
55
"license": "MIT",
66
"repository": "thewebartisan7/posthtml-components",

readme.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -898,7 +898,7 @@ require("posthtml-component")({
898898
folders: ["components", "layouts"],
899899
tag: 'module',
900900
attribute: 'href',
901-
yield: 'content'
901+
yield: 'content',
902902
plugins: [
903903
require("posthtml-include")({
904904
encoding: "utf8",
@@ -918,14 +918,14 @@ Not yet tested.
918918

919919
See [PostHTML Guidelines](https://github.com/posthtml/posthtml/tree/master/docs) and [contribution guide](CONTRIBUTING.md).
920920

921-
[npm]: https://img.shields.io/npm/v/PLUGIN_NAME.svg
922-
[npm-url]: https://npmjs.com/package/PLUGIN_NAME
921+
[npm]: https://img.shields.io/npm/v/posthtml-component.svg
922+
[npm-url]: https://www.npmjs.com/package/posthtml-component
923923

924924
[style]: https://img.shields.io/badge/code_style-XO-5ed9c7.svg
925925
[style-url]: https://github.com/sindresorhus/xo
926926

927-
[cover]: https://coveralls.io/repos/USER_NAME/PLUGIN_NAME/badge.svg?branch=master
928-
[cover-badge]: https://coveralls.io/r/USER_NAME/PLUGIN_NAME?branch=master
927+
[cover]: https://coveralls.io/repos/thewebartisan7/posthtml-components/badge.svg?branch=main
928+
[cover-badge]: https://coveralls.io/r/thewebartisan7/posthtml-components?branch=main
929929

930930
## Credits
931931

0 commit comments

Comments
 (0)