From ab10faede0e5caca3524f5a746084d03b6793aa8 Mon Sep 17 00:00:00 2001 From: Rob Eisenberg Date: Wed, 27 Jul 2016 10:58:45 -0400 Subject: [PATCH] ommit: chore(all): update jspm config --- config.js | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/config.js b/config.js index eb7ee50..a95b9dd 100644 --- a/config.js +++ b/config.js @@ -5,14 +5,15 @@ System.config({ "aurelia-dependency-injection/*": "dist/*", "npm:*": "jspm_packages/npm/*" }, + map: { "aurelia-logging": "npm:aurelia-logging@1.0.0-beta.1.1.1", - "aurelia-metadata": "npm:aurelia-metadata@1.0.0-rc.1.0.0", - "aurelia-pal": "npm:aurelia-pal@1.0.0-rc.1.0.0", - "aurelia-polyfills": "npm:aurelia-polyfills@1.0.0-rc.1.0.0", + "aurelia-metadata": "npm:aurelia-metadata@1.0.0", + "aurelia-pal": "npm:aurelia-pal@1.0.0", + "aurelia-polyfills": "npm:aurelia-polyfills@1.0.0", "babel": "npm:babel-core@5.8.38", "babel-runtime": "npm:babel-runtime@5.8.38", - "core-js": "npm:core-js@2.4.0", + "core-js": "npm:core-js@2.4.1", "github:jspm/nodelibs-assert@0.1.0": { "assert": "npm:assert@1.4.1" }, @@ -23,7 +24,7 @@ System.config({ "path-browserify": "npm:path-browserify@0.0.0" }, "github:jspm/nodelibs-process@0.1.2": { - "process": "npm:process@0.11.5" + "process": "npm:process@0.11.6" }, "github:jspm/nodelibs-util@0.1.0": { "util": "npm:util@0.10.3" @@ -37,11 +38,11 @@ System.config({ "process": "github:jspm/nodelibs-process@0.1.2", "util": "npm:util@0.10.3" }, - "npm:aurelia-metadata@1.0.0-rc.1.0.0": { - "aurelia-pal": "npm:aurelia-pal@1.0.0-rc.1.0.0" + "npm:aurelia-metadata@1.0.0": { + "aurelia-pal": "npm:aurelia-pal@1.0.0" }, - "npm:aurelia-polyfills@1.0.0-rc.1.0.0": { - "aurelia-pal": "npm:aurelia-pal@1.0.0-rc.1.0.0" + "npm:aurelia-polyfills@1.0.0": { + "aurelia-pal": "npm:aurelia-pal@1.0.0" }, "npm:babel-runtime@5.8.38": { "process": "github:jspm/nodelibs-process@0.1.2" @@ -54,7 +55,7 @@ System.config({ "isarray": "npm:isarray@1.0.0", "process": "github:jspm/nodelibs-process@0.1.2" }, - "npm:core-js@2.4.0": { + "npm:core-js@2.4.1": { "fs": "github:jspm/nodelibs-fs@0.1.2", "path": "github:jspm/nodelibs-path@0.1.0", "process": "github:jspm/nodelibs-process@0.1.2", @@ -66,7 +67,7 @@ System.config({ "npm:path-browserify@0.0.0": { "process": "github:jspm/nodelibs-process@0.1.2" }, - "npm:process@0.11.5": { + "npm:process@0.11.6": { "assert": "github:jspm/nodelibs-assert@0.1.0", "fs": "github:jspm/nodelibs-fs@0.1.2", "vm": "github:jspm/nodelibs-vm@0.1.0"