diff --git a/data/entities.js b/data/entities.js index e47e7a4..fd4ac26 100644 --- a/data/entities.js +++ b/data/entities.js @@ -255,6 +255,10 @@ module.exports = [ { name: 'Lite YouTube', repo: 'https://github.com/paulirish/lite-youtube-embed', + }, + { + name: 'Ngx Lite Video', + repo: 'https://github.com/karim-mamdouh/ngx-lite-video', }, ], }, @@ -764,6 +768,10 @@ module.exports = [ name: 'Lite Vimeo Embed', repo: 'https://github.com/luwes/lite-vimeo-embed', }, + { + name: 'Ngx Lite Video', + repo: 'https://github.com/karim-mamdouh/ngx-lite-video', + }, ], }, ], diff --git a/lib/index.test.js b/lib/index.test.js index 0bd0676..7088f5d 100644 --- a/lib/index.test.js +++ b/lib/index.test.js @@ -177,6 +177,10 @@ describe('getProduct', () => { name: 'Lite YouTube', repo: 'https://github.com/paulirish/lite-youtube-embed', }, + { + name: 'Ngx Lite Video', + repo: 'https://github.com/karim-mamdouh/ngx-lite-video', + }, ], }) })