File tree 2 files changed +4
-9
lines changed
2 files changed +4
-9
lines changed Original file line number Diff line number Diff line change @@ -20,8 +20,7 @@ <h3 class="email" value="{{render2.data.email}}">--</h3>
20
20
< textarea value ="{{render2.data.lastname}} "> </ textarea >
21
21
< h3 data-attribute ="{{render2.data.personal_info.email}} " name ="email " value ="{{render2.data.personal_info.email}} "> </ h3 >
22
22
23
- < div class ="template card "
24
- data-render_array ="render2.data.testing_array ">
23
+ < div class ="template card " data-render_array ="render2.data.testing_array ">
25
24
26
25
< h3 data-attribute ="{{render2.data.testing_array.email}} " name ="email " class ="{{render2.data.testing_array.email}} " value ="{{render2.data.testing_array.email}} "> </ h3 >
27
26
< h3 value ="{{render2.collection}} "> </ h3 >
Original file line number Diff line number Diff line change 20
20
" html5-framework" ,
21
21
" javascript-framework"
22
22
],
23
- "publishConfig" : {
24
- "access" : " public"
25
- },
23
+ "publishConfig" : { "access" : " public" },
26
24
"scripts" : {
27
25
"start" : " npx webpack --config webpack.config.js" ,
28
26
"build" : " NODE_ENV=production npx webpack --config webpack.config.js" ,
36
34
},
37
35
"author" : " CoCreate LLC" ,
38
36
"license" : " MIT" ,
39
- "bugs" : {
40
- "url" : " https://github.com/CoCreate-app/CoCreate-render/issues"
41
- },
37
+ "bugs" : { "url" : " https://github.com/CoCreate-app/CoCreate-render/issues" },
42
38
"homepage" : " https://cocreate.app/docs/render" ,
43
39
"funding" : {
44
40
"type" : " GitHub Sponsors ❤" ,
60
56
"webpack-log" : " ^3.0.1"
61
57
},
62
58
"dependencies" : {
63
- "@cocreate/docs" : " latest " ,
59
+ "@cocreate/docs" : " ^1.0.0 " ,
64
60
"mini-css-extract-plugin" : " ^1.5.0"
65
61
}
66
62
}
You can’t perform that action at this time.
0 commit comments