Skip to content

Commit

Permalink
chore(all): prepare release 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
EisenbergEffect committed Apr 9, 2015
1 parent 150607d commit 88ce5c1
Show file tree
Hide file tree
Showing 18 changed files with 1,624 additions and 2,388 deletions.
6 changes: 3 additions & 3 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aurelia-dependency-injection",
"version": "0.5.1",
"version": "0.6.0",
"description": "A lightweight, extensible dependency injection container for JavaScript.",
"keywords": [
"aurelia",
Expand All @@ -18,8 +18,8 @@
"url": "http://github.com/aurelia/dependency-injection"
},
"dependencies": {
"aurelia-metadata": "^0.3.4",
"aurelia-logging": "^0.2.6",
"aurelia-logging": "^0.3.0",
"aurelia-metadata": "^0.4.0",
"core-js": "zloirock/core-js"
}
}
9 changes: 6 additions & 3 deletions config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,12 @@ System.config({

System.config({
"map": {
"aurelia-logging": "github:aurelia/logging@0.2.6",
"aurelia-metadata": "github:aurelia/metadata@0.3.4",
"core-js": "npm:core-js@0.4.6",
"aurelia-logging": "github:aurelia/logging@0.3.0",
"aurelia-metadata": "github:aurelia/metadata@0.4.0",
"core-js": "github:zloirock/core-js@0.8.1",
"github:aurelia/metadata@0.4.0": {
"core-js": "github:zloirock/core-js@0.8.1"
},
"github:jspm/nodelibs-process@0.1.0": {
"process": "npm:process@0.10.0"
},
Expand Down
Loading

0 comments on commit 88ce5c1

Please sign in to comment.