From f91cf130000b45c12a7fbec818bf1b0823416585 Mon Sep 17 00:00:00 2001 From: Jarred de Beer Date: Wed, 11 Dec 2013 19:52:40 +0200 Subject: [PATCH] adding intro.js --- .../github/usablica/intro.js@0.6.0.json | 12 ++++++++++++ registry.json | 1 + 2 files changed, 13 insertions(+) create mode 100644 package-overrides/github/usablica/intro.js@0.6.0.json diff --git a/package-overrides/github/usablica/intro.js@0.6.0.json b/package-overrides/github/usablica/intro.js@0.6.0.json new file mode 100644 index 0000000..f125d42 --- /dev/null +++ b/package-overrides/github/usablica/intro.js@0.6.0.json @@ -0,0 +1,12 @@ +{ + "main": "intro", + "files": ["intro.js", "introjs.css"], + "shim": { + "intro": { + "imports": ["./introjs.css!"] + } + }, + "buildConfig": { + "uglify": true + } +} diff --git a/registry.json b/registry.json index 10a931d..61ab0cf 100644 --- a/registry.json +++ b/registry.json @@ -18,6 +18,7 @@ "font-awesome": "npm:font-awesome", "foundation": "github:zurb/bower-foundation", "hammer": "github:EightMedia/hammer.js", + "intro": "github:usablica/intro.js", "jquery": "github:components/jquery", "jquery-file-upload": "github:blueimp/jQuery-File-Upload", "jquery-pjax": "github:defunkt/jquery-pjax",