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 081c151 commit c900f71
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,11 +7,11 @@ 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-templating": "github:aurelia/[email protected].0",
"aurelia-templating": "github:aurelia/[email protected].1",
"es6-shim": "github:paulmillr/[email protected]",
"github:aurelia/[email protected].0": {
"github:aurelia/[email protected].1": {
"aurelia-metadata": "github:aurelia/[email protected]",
"aurelia-task-queue": "github:aurelia/[email protected]"
},
Expand All @@ -25,8 +25,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,9 +24,9 @@
"lib": "dist"
},
"dependencies": {
"aurelia-binding": "^0.1.0",
"aurelia-binding": "^0.1.1",
"aurelia-dependency-injection": "^0.1.0",
"aurelia-templating": "^0.2.0",
"aurelia-templating": "^0.2.1",
"es6-shim": "github:paulmillr/es6-shim@^0.21.1"
}
},
Expand Down

0 comments on commit c900f71

Please sign in to comment.