diff --git a/package-overrides/github/beautify-web/js-beautify@1.5.5.json b/package-overrides/github/beautify-web/js-beautify@1.5.5.json new file mode 100644 index 0000000..3eaf84d --- /dev/null +++ b/package-overrides/github/beautify-web/js-beautify@1.5.5.json @@ -0,0 +1,3 @@ +{ + "main": "js/lib/beautify.js" +} \ No newline at end of file diff --git a/package-overrides/github/fronteed/iCheck@1.0.2.json b/package-overrides/github/fronteed/iCheck@1.0.2.json index 79142a8..836cf8f 100644 --- a/package-overrides/github/fronteed/iCheck@1.0.2.json +++ b/package-overrides/github/fronteed/iCheck@1.0.2.json @@ -2,7 +2,7 @@ "main": "icheck.js", "registry": "jspm", "format": "global", - "files":["icheck.js","icheck.min.js","skins/*"], + "files":["icheck.js","icheck.min.js","skins/**/*"], "dependencies": { "jquery": "github:components/jquery" }, diff --git a/package-overrides/npm/js-beautify@1.5.5.json b/package-overrides/npm/js-beautify@1.5.5.json new file mode 100644 index 0000000..ebd4818 --- /dev/null +++ b/package-overrides/npm/js-beautify@1.5.5.json @@ -0,0 +1,5 @@ +{ + "directories": { + "lib": "js" + } +} \ No newline at end of file diff --git a/registry.json b/registry.json index aade21b..5703414 100644 --- a/registry.json +++ b/registry.json @@ -81,6 +81,7 @@ "backbone.babysitter": "github:marionettejs/backbone.babysitter", "backbone.wreqr": "github:marionettejs/backbone.wreqr", "baconjs": "npm:baconjs", + "benchmark": "npm:benchmark", "big.js": "npm:big.js", "bignumber.js": "npm:bignumber.js", "bootstrap": "github:twbs/bootstrap", @@ -94,6 +95,7 @@ "cola": "github:cujojs/cola", "console": "github:jspm/nodelibs-console", "constants": "github:jspm/nodelibs-constants", + "core-js": "github:zloirock/core-js", "cram": "github:cujojs/cram", "crypto": "github:jspm/nodelibs-crypto", "curl": "github:cujojs/curl", @@ -147,6 +149,7 @@ "jquery.cookie": "github:carhartl/jquery-cookie", "jquery.hammer": "github:hammerjs/jquery.hammer.js", "jquery-validation": "github:jzaefferer/jquery-validation", + "js-beautify": "github:beautify-web/js-beautify", "jsfromhell": "github:jonasraoni/JSFromHell", "jsplumb": "github:sporritt/jsPlumb", "kickstrap": "github:ajkochanowicz/Kickstrap",