From 23bac70e4417243e1826d3e2900f143830bdd1d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20M=C3=BCller?= Date: Sun, 19 Jul 2015 13:56:52 +0200 Subject: [PATCH] Added hyperagent. refs #483 --- .../github/weluse/hyperagent@0.1.0.json | 16 ++++++++++++++++ registry.json | 1 + 2 files changed, 17 insertions(+) create mode 100644 package-overrides/github/weluse/hyperagent@0.1.0.json diff --git a/package-overrides/github/weluse/hyperagent@0.1.0.json b/package-overrides/github/weluse/hyperagent@0.1.0.json new file mode 100644 index 0000000..4d87154 --- /dev/null +++ b/package-overrides/github/weluse/hyperagent@0.1.0.json @@ -0,0 +1,16 @@ +{ + "main": "dist/hyperagent.js", + "format": "global", + "dependencies": { + "jquery": "*", + "q": "npm:q" + }, + "shim": { + "dist/hyperagent": { + "deps": [ + "jquery", + "q" + ] + } + } +} diff --git a/registry.json b/registry.json index 0f7b5b0..fb0cb1a 100644 --- a/registry.json +++ b/registry.json @@ -186,6 +186,7 @@ "https": "github:jspm/nodelibs-https", "humane-js": "github:wavded/humane-js", "humanize-duration": "github:EvanHahn/HumanizeDuration.js", + "hyperagent": "github:weluse/hyperagent", "i18next-client": "npm:i18next-client", "icheck": "github:fronteed/iCheck", "immstruct": "npm:immstruct",