Skip to content
This repository has been archived by the owner on Jun 1, 2022. It is now read-only.

Commit

Permalink
fix(package): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
EisenbergEffect committed Feb 6, 2015
1 parent e3fc2d5 commit 025154f
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions config.js
Expand Up @@ -13,7 +13,7 @@ System.config({
"aurelia-dependency-injection": "github:aurelia/dependency-injection@0.4.2",
"aurelia-framework": "github:aurelia/framework@0.8.6",
"aurelia-http-client": "github:aurelia/http-client@0.4.4",
"aurelia-router": "github:aurelia/router@0.5.4",
"aurelia-router": "github:aurelia/router@0.5.5",
"bootstrap": "github:twbs/bootstrap@3.3.2",
"font-awesome": "npm:font-awesome@4.3.0",
"github:aurelia/binding@0.3.3": {
Expand All @@ -28,10 +28,10 @@ System.config({
"aurelia-history-browser": "github:aurelia/history-browser@0.2.3",
"aurelia-loader-default": "github:aurelia/loader-default@0.4.1",
"aurelia-logging-console": "github:aurelia/logging-console@0.2.2",
"aurelia-router": "github:aurelia/router@0.5.4",
"aurelia-templating": "github:aurelia/templating@0.8.8",
"aurelia-router": "github:aurelia/router@0.5.5",
"aurelia-templating": "github:aurelia/templating@0.8.9",
"aurelia-templating-binding": "github:aurelia/templating-binding@0.8.4",
"aurelia-templating-resources": "github:aurelia/templating-resources@0.8.5",
"aurelia-templating-resources": "github:aurelia/templating-resources@0.8.6",
"aurelia-templating-router": "github:aurelia/templating-router@0.9.2"
},
"github:aurelia/dependency-injection@0.4.2": {
Expand All @@ -45,7 +45,7 @@ System.config({
"aurelia-logging": "github:aurelia/logging@0.2.2",
"aurelia-metadata": "github:aurelia/metadata@0.3.1",
"aurelia-task-queue": "github:aurelia/task-queue@0.2.3",
"aurelia-templating": "github:aurelia/templating@0.8.8"
"aurelia-templating": "github:aurelia/templating@0.8.9"
},
"github:aurelia/history-browser@0.2.3": {
"aurelia-history": "github:aurelia/history@0.2.2",
Expand All @@ -65,7 +65,7 @@ System.config({
"core-js": "npm:core-js@0.4.10",
"webcomponentsjs": "github:webcomponents/webcomponentsjs@0.5.4"
},
"github:aurelia/router@0.5.4": {
"github:aurelia/router@0.5.5": {
"aurelia-dependency-injection": "github:aurelia/dependency-injection@0.4.2",
"aurelia-history": "github:aurelia/history@0.2.2",
"aurelia-path": "github:aurelia/path@0.4.2",
Expand All @@ -74,22 +74,22 @@ System.config({
},
"github:aurelia/templating-binding@0.8.4": {
"aurelia-binding": "github:aurelia/binding@0.3.3",
"aurelia-templating": "github:aurelia/templating@0.8.8"
"aurelia-templating": "github:aurelia/templating@0.8.9"
},
"github:aurelia/templating-resources@0.8.5": {
"github:aurelia/templating-resources@0.8.6": {
"aurelia-binding": "github:aurelia/binding@0.3.3",
"aurelia-dependency-injection": "github:aurelia/dependency-injection@0.4.2",
"aurelia-templating": "github:aurelia/templating@0.8.8",
"aurelia-templating": "github:aurelia/templating@0.8.9",
"core-js": "npm:core-js@0.4.10"
},
"github:aurelia/templating-router@0.9.2": {
"aurelia-dependency-injection": "github:aurelia/dependency-injection@0.4.2",
"aurelia-metadata": "github:aurelia/metadata@0.3.1",
"aurelia-path": "github:aurelia/path@0.4.2",
"aurelia-router": "github:aurelia/router@0.5.4",
"aurelia-templating": "github:aurelia/templating@0.8.8"
"aurelia-router": "github:aurelia/router@0.5.5",
"aurelia-templating": "github:aurelia/templating@0.8.9"
},
"github:aurelia/templating@0.8.8": {
"github:aurelia/templating@0.8.9": {
"aurelia-binding": "github:aurelia/binding@0.3.3",
"aurelia-dependency-injection": "github:aurelia/dependency-injection@0.4.2",
"aurelia-html-template-element": "github:aurelia/html-template-element@0.1.2",
Expand All @@ -100,15 +100,15 @@ System.config({
"aurelia-task-queue": "github:aurelia/task-queue@0.2.3",
"core-js": "npm:core-js@0.4.10"
},
"github:jspm/nodelibs-process@0.1.0": {
"github:jspm/nodelibs-process@0.1.1": {
"process": "npm:process@0.10.0"
},
"github:twbs/bootstrap@3.3.2": {
"css": "github:systemjs/plugin-css@0.1.0",
"jquery": "github:components/jquery@2.1.3"
},
"npm:core-js@0.4.10": {
"process": "github:jspm/nodelibs-process@0.1.0"
"process": "github:jspm/nodelibs-process@0.1.1"
}
}
});
Expand Down

0 comments on commit 025154f

Please sign in to comment.