Skip to content

Commit

Permalink
Updating to aurelia-binding 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Malone committed Aug 2, 2016
1 parent 27883f4 commit 914c51b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ System.config({
},

map: {
"aurelia-binding": "npm:[email protected].0",
"aurelia-binding": "npm:[email protected].1",
"aurelia-dependency-injection": "npm:[email protected]",
"aurelia-event-aggregator": "npm:[email protected]",
"aurelia-pal": "npm:[email protected]",
"aurelia-router": "npm:[email protected]",
"aurelia-task-queue": "npm:[email protected]",
"aurelia-templating": "npm:[email protected]",
"npm:[email protected].0": {
"npm:[email protected].1": {
"aurelia-logging": "npm:[email protected]",
"aurelia-metadata": "npm:[email protected]",
"aurelia-pal": "npm:[email protected]",
Expand Down Expand Up @@ -51,7 +51,7 @@ System.config({
"aurelia-pal": "npm:[email protected]"
},
"npm:[email protected]": {
"aurelia-binding": "npm:[email protected].0",
"aurelia-binding": "npm:[email protected].1",
"aurelia-dependency-injection": "npm:[email protected]",
"aurelia-loader": "npm:[email protected]",
"aurelia-logging": "npm:[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"lib": "dist/system"
},
"dependencies": {
"aurelia-binding": "npm:aurelia-binding@^1.0.0",
"aurelia-binding": "npm:aurelia-binding@^1.0.1",
"aurelia-dependency-injection": "npm:aurelia-dependency-injection@^1.0.0",
"aurelia-event-aggregator": "npm:aurelia-event-aggregator@^1.0.0",
"aurelia-pal": "npm:aurelia-pal@^1.0.0",
Expand Down

0 comments on commit 914c51b

Please sign in to comment.