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",