diff --git a/examples/dist/docs.html b/examples/dist/docs.html index 51efa28..466678e 100644 --- a/examples/dist/docs.html +++ b/examples/dist/docs.html @@ -1385,7 +1385,7 @@

folders: ["components", "layouts"], tag: 'module', attribute: 'href', - yield: 'content' + yield: 'content', plugins: [ require("posthtml-include")({ encoding: "utf8", diff --git a/examples/src/md/introduction.md b/examples/src/md/introduction.md index 5845ed8..2a80f97 100644 --- a/examples/src/md/introduction.md +++ b/examples/src/md/introduction.md @@ -890,7 +890,7 @@ require("posthtml-component")({ folders: ["components", "layouts"], tag: 'module', attribute: 'href', - yield: 'content' + yield: 'content', plugins: [ require("posthtml-include")({ encoding: "utf8", diff --git a/package.json b/package.json index 98e7ebe..89d5a3a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "posthtml-component", - "version": "1.0.0-beta.3", + "version": "1.0.0-beta.4", "description": "PostHTML Components Blade-like with slots, attributes as props and custom tag", "license": "MIT", "repository": "thewebartisan7/posthtml-components", diff --git a/readme.md b/readme.md index aa35783..f153ec9 100644 --- a/readme.md +++ b/readme.md @@ -898,7 +898,7 @@ require("posthtml-component")({ folders: ["components", "layouts"], tag: 'module', attribute: 'href', - yield: 'content' + yield: 'content', plugins: [ require("posthtml-include")({ encoding: "utf8", @@ -918,14 +918,14 @@ Not yet tested. See [PostHTML Guidelines](https://github.com/posthtml/posthtml/tree/master/docs) and [contribution guide](CONTRIBUTING.md). -[npm]: https://img.shields.io/npm/v/PLUGIN_NAME.svg -[npm-url]: https://npmjs.com/package/PLUGIN_NAME +[npm]: https://img.shields.io/npm/v/posthtml-component.svg +[npm-url]: https://www.npmjs.com/package/posthtml-component [style]: https://img.shields.io/badge/code_style-XO-5ed9c7.svg [style-url]: https://github.com/sindresorhus/xo -[cover]: https://coveralls.io/repos/USER_NAME/PLUGIN_NAME/badge.svg?branch=master -[cover-badge]: https://coveralls.io/r/USER_NAME/PLUGIN_NAME?branch=master +[cover]: https://coveralls.io/repos/thewebartisan7/posthtml-components/badge.svg?branch=main +[cover-badge]: https://coveralls.io/r/thewebartisan7/posthtml-components?branch=main ## Credits