File tree 4 files changed +8
-8
lines changed
4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -1385,7 +1385,7 @@ <h3 id="posthtml-modules" tabindex="-1">
1385
1385
folders: ["components", "layouts"],
1386
1386
tag: 'module',
1387
1387
attribute: 'href',
1388
- yield: 'content'
1388
+ yield: 'content',
1389
1389
plugins: [
1390
1390
require("posthtml-include")({
1391
1391
encoding: "utf8",
Original file line number Diff line number Diff line change @@ -890,7 +890,7 @@ require("posthtml-component")({
890
890
folders: [" components" , " layouts" ],
891
891
tag: ' module' ,
892
892
attribute: ' href' ,
893
- yield: ' content'
893
+ yield: ' content' ,
894
894
plugins: [
895
895
require (" posthtml-include" )({
896
896
encoding: " utf8" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " posthtml-component" ,
3
- "version" : " 1.0.0-beta.3 " ,
3
+ "version" : " 1.0.0-beta.4 " ,
4
4
"description" : " PostHTML Components Blade-like with slots, attributes as props and custom tag" ,
5
5
"license" : " MIT" ,
6
6
"repository" : " thewebartisan7/posthtml-components" ,
Original file line number Diff line number Diff line change @@ -898,7 +898,7 @@ require("posthtml-component")({
898
898
folders: [" components" , " layouts" ],
899
899
tag: ' module' ,
900
900
attribute: ' href' ,
901
- yield: ' content'
901
+ yield: ' content' ,
902
902
plugins: [
903
903
require (" posthtml-include" )({
904
904
encoding: " utf8" ,
@@ -918,14 +918,14 @@ Not yet tested.
918
918
919
919
See [ PostHTML Guidelines] ( https://github.com/posthtml/posthtml/tree/master/docs ) and [ contribution guide] ( CONTRIBUTING.md ) .
920
920
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
923
923
924
924
[ style ] : https://img.shields.io/badge/code_style-XO-5ed9c7.svg
925
925
[ style-url ] : https://github.com/sindresorhus/xo
926
926
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
929
929
930
930
## Credits
931
931
You can’t perform that action at this time.
0 commit comments