From ad6d8d0cc6202a9f83a3791c881fe2ffac76df46 Mon Sep 17 00:00:00 2001 From: Tom Clement Date: Mon, 7 Dec 2015 11:42:29 +0100 Subject: [PATCH] Updated dependency versions --- config.js | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config.js b/config.js index 2d0868a..3960b30 100644 --- a/config.js +++ b/config.js @@ -12,7 +12,7 @@ System.config({ }, map: { - "arva-utils": "github:bizboard/arva-utils@develop", + "arva-utils": "github:bizboard/arva-utils@1.0.0-beta-2", "base64": "base64.js", "eventemitter3": "npm:eventemitter3@1.1.1", "json-query": "npm:json-query@1.5.0", @@ -20,7 +20,7 @@ System.config({ "traceur": "github:jmcriffey/bower-traceur@0.0.92", "traceur-runtime": "github:jmcriffey/bower-traceur-runtime@0.0.92", "xml2js": "npm:xml2js@0.4.12", - "github:bizboard/arva-utils@develop": { + "github:bizboard/arva-utils@1.0.0-beta-2": { "di": "github:bizboard/di.js@master", "fs": "github:jspm/nodelibs-fs@0.1.2", "lodash": "npm:lodash@3.10.1", diff --git a/package.json b/package.json index ece741d..2fb158b 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ }, "jspm": { "dependencies": { - "arva-utils": "github:bizboard/arva-utils@develop", + "arva-utils": "github:bizboard/arva-utils@1.0.0-beta-2", "eventemitter3": "npm:eventemitter3@^1.1.0", "json-query": "npm:json-query@^1.5.0", "lodash": "npm:lodash@^3.9.3",