Skip to content
This repository was archived by the owner on Jan 17, 2022. It is now read-only.

Commit 19d878d

Browse files
author
Antonio Marcos SS Jr
committed
changed name.
1 parent 3d8ea42 commit 19d878d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ng-intro.component.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@ namespace ngIntroJs {
5959
(function (root, factory) {
6060
// this is our custom loader
6161
if (typeof (<any>window).define === "function" && (<any>window).define.amd) {
62-
(<any>window).define(["angular", "intro.js"], factory);
62+
(<any>window).define(["angular", "introJs"], factory);
6363
} else if (typeof (<any>window).exports === "object") {
64-
(<any>window).module.exports = factory((<any>window).require("angular"), (<any>window).require("intro.js"));
64+
(<any>window).module.exports = factory((<any>window).require("angular"), (<any>window).require("introJs"));
6565
} else {
6666
root.angularIntroJs = factory(root.angular, root.introJs);
6767
}

0 commit comments

Comments
 (0)