File tree Expand file tree Collapse file tree 5 files changed +286
-139
lines changed
els-for-runtimes-and-libraries Expand file tree Collapse file tree 5 files changed +286
-139
lines changed Original file line number Diff line number Diff line change @@ -260,6 +260,11 @@ const techData = [
260260 versions: " 1.5.x | 1.6.x | 1.7.x | 1.8.x" ,
261261 link: " ./angularjs/" ,
262262 },
263+ {
264+ name: " ansi-html" ,
265+ versions: " 0.0.7" ,
266+ link: " ./ansi-html/" ,
267+ },
263268 {
264269 name: " base64url" ,
265270 versions: " 0.0.6" ,
@@ -282,7 +287,7 @@ const techData = [
282287 },
283288 {
284289 name: " cookie" ,
285- versions: " 0.3.1 | 0. 4.2" ,
290+ versions: " 0.4.2" ,
286291 link: " ./cookie/" ,
287292 },
288293 {
Original file line number Diff line number Diff line change @@ -204,6 +204,10 @@ export default {
204204 path : '/els-for-runtimes-and-libraries/angularjs/' ,
205205 icon : '/images/angularjs-logo.webp' ,
206206 } ,
207+ {
208+ path : '/els-for-runtimes-and-libraries/ansi-html/' ,
209+ icon : '/images/javascript.webp' ,
210+ } ,
207211 {
208212 path : '/els-for-runtimes-and-libraries/bootstrap/' ,
209213 icon : '/images/bootstrap-logo.webp' ,
You can’t perform that action at this time.
0 commit comments