From ca4bac42be4d92557fdfb3cba0463ac0886079ef Mon Sep 17 00:00:00 2001 From: Patrick Kishino Date: Mon, 11 Jul 2016 15:30:31 +0200 Subject: [PATCH] fixed module name for componentjs --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 21bc6fe..ed29fcf 100644 --- a/index.js +++ b/index.js @@ -1,2 +1,2 @@ require('./dist/angular-bootstrap-lightbox'); -module.exports = 'angular-bootstrap-lightbox'; +module.exports = 'bootstrapLightbox';