Skip to content

Commit

Permalink
fix(package): update dependencies to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
EisenbergEffect committed Jan 7, 2015
1 parent d86665b commit bfcd292
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bower.json
Expand Up @@ -23,6 +23,6 @@
"aurelia-logging": "0.2.0",
"aurelia-metadata": "0.2.3",
"aurelia-task-queue": "0.2.0",
"aurelia-templating": "0.5.0"
"aurelia-templating": "0.6.0"
}
}
4 changes: 2 additions & 2 deletions config.js
Expand Up @@ -15,7 +15,7 @@ System.config({
"aurelia-logging": "github:aurelia/logging@0.2.0",
"aurelia-metadata": "github:aurelia/metadata@0.2.3",
"aurelia-task-queue": "github:aurelia/task-queue@0.2.0",
"aurelia-templating": "github:aurelia/templating@0.5.0",
"aurelia-templating": "github:aurelia/templating@0.6.0",
"github:aurelia/binding@0.2.0": {
"aurelia-metadata": "github:aurelia/metadata@0.2.3",
"aurelia-task-queue": "github:aurelia/task-queue@0.2.0"
Expand All @@ -29,7 +29,7 @@ System.config({
"core-js": "npm:core-js@0.4.1",
"webcomponentsjs": "github:webcomponents/webcomponentsjs@0.5.2"
},
"github:aurelia/templating@0.5.0": {
"github:aurelia/templating@0.6.0": {
"aurelia-binding": "github:aurelia/binding@0.2.0",
"aurelia-dependency-injection": "github:aurelia/dependency-injection@0.2.1",
"aurelia-html-template-element": "github:aurelia/html-template-element@0.1.2",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -31,7 +31,7 @@
"aurelia-logging": "^0.2.0",
"aurelia-metadata": "^0.2.3",
"aurelia-task-queue": "^0.2.0",
"aurelia-templating": "^0.5.0"
"aurelia-templating": "^0.6.0"
}
},
"devDependencies": {
Expand Down

0 comments on commit bfcd292

Please sign in to comment.