From a7ed544a0a855ede9840a088a9dc85e692860131 Mon Sep 17 00:00:00 2001 From: Aaike Van Roekghem Date: Mon, 9 Mar 2015 02:30:46 +0700 Subject: [PATCH] added fronteed/iCheck --- package-overrides/github/fronteed/iCheck@1.0.2.json | 13 +++++++++++++ registry.json | 1 + 2 files changed, 14 insertions(+) create mode 100644 package-overrides/github/fronteed/iCheck@1.0.2.json diff --git a/package-overrides/github/fronteed/iCheck@1.0.2.json b/package-overrides/github/fronteed/iCheck@1.0.2.json new file mode 100644 index 0000000..79142a8 --- /dev/null +++ b/package-overrides/github/fronteed/iCheck@1.0.2.json @@ -0,0 +1,13 @@ +{ + "main": "icheck.js", + "registry": "jspm", + "format": "global", + "files":["icheck.js","icheck.min.js","skins/*"], + "dependencies": { + "jquery": "github:components/jquery" + }, + "shim":{ + "icheck": ["jquery"], + "icheck.min": ["jquery"] + } +} \ No newline at end of file diff --git a/registry.json b/registry.json index a8364e1..f56b42e 100644 --- a/registry.json +++ b/registry.json @@ -128,6 +128,7 @@ "http": "github:jspm/nodelibs-http", "https": "github:jspm/nodelibs-https", "i18next-client": "npm:i18next-client", + "icheck": "github:fronteed/iCheck", "immstruct": "npm:immstruct", "infamous": "npm:infamous", "intro": "github:usablica/intro.js",