Skip to content

Commit

Permalink
chore(package): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
EisenbergEffect committed Feb 19, 2015
1 parent ff95533 commit 83cbd5e
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 23 deletions.
43 changes: 22 additions & 21 deletions config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,37 +9,38 @@ System.config({

System.config({
"map": {
"aurelia-binding": "github:aurelia/[email protected]",
"aurelia-templating": "github:aurelia/[email protected]",
"github:aurelia/[email protected]": {
"aurelia-metadata": "github:aurelia/[email protected]",
"aurelia-task-queue": "github:aurelia/[email protected]"
"aurelia-binding": "github:aurelia/[email protected]",
"aurelia-templating": "github:aurelia/[email protected]",
"github:aurelia/[email protected]": {
"aurelia-dependency-injection": "github:aurelia/[email protected]",
"aurelia-metadata": "github:aurelia/[email protected]",
"aurelia-task-queue": "github:aurelia/[email protected]"
},
"github:aurelia/[email protected].1": {
"aurelia-metadata": "github:aurelia/[email protected].0",
"core-js": "npm:[email protected].6"
"github:aurelia/[email protected].3": {
"aurelia-metadata": "github:aurelia/[email protected].1",
"core-js": "npm:[email protected].10"
},
"github:aurelia/[email protected]": {
"aurelia-html-template-element": "github:aurelia/[email protected]",
"core-js": "npm:[email protected].6",
"webcomponentsjs": "github:webcomponents/[email protected].4"
"core-js": "npm:[email protected].10",
"webcomponentsjs": "github:webcomponents/[email protected].5"
},
"github:aurelia/[email protected].4": {
"aurelia-binding": "github:aurelia/[email protected].2",
"aurelia-dependency-injection": "github:aurelia/[email protected].1",
"github:aurelia/[email protected].12": {
"aurelia-binding": "github:aurelia/[email protected].5",
"aurelia-dependency-injection": "github:aurelia/[email protected].3",
"aurelia-html-template-element": "github:aurelia/[email protected]",
"aurelia-loader": "github:aurelia/[email protected]",
"aurelia-logging": "github:aurelia/[email protected].2",
"aurelia-metadata": "github:aurelia/[email protected].0",
"aurelia-path": "github:aurelia/[email protected].1",
"aurelia-task-queue": "github:aurelia/[email protected].2",
"core-js": "npm:[email protected].6"
"aurelia-logging": "github:aurelia/[email protected].3",
"aurelia-metadata": "github:aurelia/[email protected].1",
"aurelia-path": "github:aurelia/[email protected].3",
"aurelia-task-queue": "github:aurelia/[email protected].3",
"core-js": "npm:[email protected].10"
},
"github:jspm/[email protected].0": {
"github:jspm/[email protected].1": {
"process": "npm:[email protected]"
},
"npm:[email protected].6": {
"process": "github:jspm/[email protected].0"
"npm:[email protected].10": {
"process": "github:jspm/[email protected].1"
}
}
});
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
"lib": "dist"
},
"dependencies": {
"aurelia-binding": "^0.3.2",
"aurelia-templating": "^0.8.4"
"aurelia-binding": "^0.3.5",
"aurelia-templating": "^0.8.12"
}
},
"devDependencies": {
Expand Down

0 comments on commit 83cbd5e

Please sign in to comment.