Skip to content

Commit

Permalink
fix(package): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
EisenbergEffect committed Feb 28, 2015
1 parent 03b9443 commit 4a3489f
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 25 deletions.
34 changes: 17 additions & 17 deletions config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,28 +9,28 @@ System.config({

System.config({
"map": {
"aurelia-binding": "github:aurelia/[email protected].5",
"aurelia-dependency-injection": "github:aurelia/[email protected].3",
"aurelia-html-template-element": "github:aurelia/[email protected].2",
"aurelia-loader": "github:aurelia/[email protected].3",
"aurelia-logging": "github:aurelia/[email protected].3",
"aurelia-metadata": "github:aurelia/[email protected].1",
"aurelia-path": "github:aurelia/[email protected].1",
"aurelia-task-queue": "github:aurelia/[email protected].3",
"aurelia-binding": "github:aurelia/[email protected].6",
"aurelia-dependency-injection": "github:aurelia/[email protected].4",
"aurelia-html-template-element": "github:aurelia/[email protected].3",
"aurelia-loader": "github:aurelia/[email protected].4",
"aurelia-logging": "github:aurelia/[email protected].4",
"aurelia-metadata": "github:aurelia/[email protected].2",
"aurelia-path": "github:aurelia/[email protected].4",
"aurelia-task-queue": "github:aurelia/[email protected].4",
"core-js": "npm:[email protected]",
"github:aurelia/[email protected].5": {
"aurelia-dependency-injection": "github:aurelia/[email protected].3",
"aurelia-metadata": "github:aurelia/[email protected].1",
"aurelia-task-queue": "github:aurelia/[email protected].3"
"github:aurelia/[email protected].6": {
"aurelia-dependency-injection": "github:aurelia/[email protected].4",
"aurelia-metadata": "github:aurelia/[email protected].2",
"aurelia-task-queue": "github:aurelia/[email protected].4"
},
"github:aurelia/[email protected].3": {
"aurelia-metadata": "github:aurelia/[email protected].1",
"github:aurelia/[email protected].4": {
"aurelia-metadata": "github:aurelia/[email protected].2",
"core-js": "npm:[email protected]"
},
"github:aurelia/[email protected].3": {
"aurelia-html-template-element": "github:aurelia/[email protected].2",
"github:aurelia/[email protected].4": {
"aurelia-html-template-element": "github:aurelia/[email protected].3",
"core-js": "npm:[email protected]",
"webcomponentsjs": "github:webcomponents/[email protected].4"
"webcomponentsjs": "github:webcomponents/[email protected].5"
},
"github:jspm/[email protected]": {
"process": "npm:[email protected]"
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@
"lib": "dist"
},
"dependencies": {
"aurelia-binding": "^0.3.5",
"aurelia-dependency-injection": "^0.4.3",
"aurelia-html-template-element": "^0.1.2",
"aurelia-loader": "^0.3.3",
"aurelia-logging": "^0.2.3",
"aurelia-metadata": "^0.3.0",
"aurelia-path": "^0.4.1",
"aurelia-task-queue": "^0.2.2",
"aurelia-binding": "github:aurelia/binding@^0.3.6",
"aurelia-dependency-injection": "github:aurelia/dependency-injection@^0.4.4",
"aurelia-html-template-element": "github:aurelia/html-template-element@^0.1.3",
"aurelia-loader": "github:aurelia/loader@^0.3.4",
"aurelia-logging": "github:aurelia/logging@^0.2.4",
"aurelia-metadata": "github:aurelia/metadata@^0.3.2",
"aurelia-path": "github:aurelia/path@^0.4.4",
"aurelia-task-queue": "github:aurelia/task-queue@^0.2.4",
"core-js": "npm:core-js@^0.4.1"
}
},
Expand Down

0 comments on commit 4a3489f

Please sign in to comment.