Skip to content

Commit

Permalink
fix(package): update dependencies to latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
EisenbergEffect committed Dec 12, 2014
1 parent 8c2e05a commit 5ca82ad
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ System.config({

System.config({
"map": {
"aurelia-binding": "github:aurelia/[email protected].0",
"aurelia-binding": "github:aurelia/[email protected].1",
"aurelia-dependency-injection": "github:aurelia/[email protected]",
"aurelia-event-aggregator": "github:aurelia/[email protected]",
"aurelia-loader": "github:aurelia/[email protected]",
"aurelia-logging": "github:aurelia/[email protected]",
"aurelia-metadata": "github:aurelia/[email protected]",
"aurelia-task-queue": "github:aurelia/[email protected]",
"aurelia-templating": "github:aurelia/[email protected].0",
"github:aurelia/[email protected].0": {
"aurelia-templating": "github:aurelia/[email protected].1",
"github:aurelia/[email protected].1": {
"aurelia-metadata": "github:aurelia/[email protected]",
"aurelia-task-queue": "github:aurelia/[email protected]"
},
Expand All @@ -29,8 +29,8 @@ System.config({
"es6-shim": "github:paulmillr/[email protected]",
"webcomponentsjs": "github:webcomponents/[email protected]"
},
"github:aurelia/[email protected].0": {
"aurelia-binding": "github:aurelia/[email protected].0",
"github:aurelia/[email protected].1": {
"aurelia-binding": "github:aurelia/[email protected].1",
"aurelia-dependency-injection": "github:aurelia/[email protected]",
"aurelia-html-template-element": "github:aurelia/[email protected]",
"aurelia-loader": "github:aurelia/[email protected]",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@
"lib": "dist"
},
"dependencies": {
"aurelia-binding": "^0.1.0",
"aurelia-binding": "^0.1.1",
"aurelia-dependency-injection": "^0.1.0",
"aurelia-event-aggregator": "^0.1.0",
"aurelia-loader": "^0.1.1",
"aurelia-logging": "^0.1.0",
"aurelia-metadata": "^0.1.0",
"aurelia-task-queue": "^0.1.0",
"aurelia-templating": "^0.2.0"
"aurelia-templating": "^0.2.1"
}
},
"devDependencies": {
Expand Down

0 comments on commit 5ca82ad

Please sign in to comment.