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 Dec 17, 2014
1 parent 0a012ce commit 54a0bda
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"url": "http://github.com/aurelia/dependency-injection"
},
"dependencies": {
"aurelia-metadata": "0.1.0",
"aurelia-metadata": "0.1.1",
"es6-shim": "0.21.1"
}
}
2 changes: 1 addition & 1 deletion config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ System.config({

System.config({
"map": {
"aurelia-metadata": "github:aurelia/metadata@0.1.0",
"aurelia-metadata": "github:aurelia/metadata@0.1.1",
"es6-shim": "github:paulmillr/es6-shim@0.21.1"
}
});
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"lib": "dist"
},
"dependencies": {
"aurelia-metadata": "github:aurelia/metadata@^0.1.0",
"aurelia-metadata": "github:aurelia/metadata@^0.1.1",
"es6-shim": "github:paulmillr/es6-shim@^0.21.1"
}
},
Expand Down

0 comments on commit 54a0bda

Please sign in to comment.