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 4bb098a commit 79feec4
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 37 deletions.
61 changes: 31 additions & 30 deletions config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,42 +9,43 @@ System.config({

System.config({
"map": {
"aurelia-binding": "github:aurelia/[email protected]",
"aurelia-dependency-injection": "github:aurelia/[email protected]",
"aurelia-loader": "github:aurelia/[email protected]",
"aurelia-logging": "github:aurelia/[email protected]",
"aurelia-metadata": "github:aurelia/[email protected]",
"aurelia-task-queue": "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-dependency-injection": "github:aurelia/[email protected]",
"aurelia-loader": "github:aurelia/[email protected]",
"aurelia-logging": "github:aurelia/[email protected]",
"aurelia-metadata": "github:aurelia/[email protected]",
"aurelia-task-queue": "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].4": {
"aurelia-metadata": "github:aurelia/[email protected].2",
"core-js": "npm:[email protected].10"
},
"github:aurelia/[email protected].3": {
"aurelia-html-template-element": "github:aurelia/[email protected].2",
"core-js": "npm:[email protected].6",
"webcomponentsjs": "github:webcomponents/[email protected].4"
"github:aurelia/[email protected].4": {
"aurelia-html-template-element": "github:aurelia/[email protected].3",
"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",
"aurelia-html-template-element": "github:aurelia/[email protected].2",
"aurelia-loader": "github:aurelia/[email protected].3",
"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"
"github:aurelia/[email protected].13": {
"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].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
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@
"lib": "dist"
},
"dependencies": {
"aurelia-binding": "^0.3.2",
"aurelia-dependency-injection": "^0.4.1",
"aurelia-loader": "^0.3.3",
"aurelia-logging": "^0.2.2",
"aurelia-metadata": "^0.3.0",
"aurelia-task-queue": "^0.2.2",
"aurelia-templating": "^0.8.4"
"aurelia-binding": "github:aurelia/binding@^0.3.6",
"aurelia-dependency-injection": "github:aurelia/dependency-injection@^0.4.4",
"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-task-queue": "github:aurelia/task-queue@^0.2.4",
"aurelia-templating": "github:aurelia/templating@^0.8.13"
}
},
"devDependencies": {
Expand Down

0 comments on commit 79feec4

Please sign in to comment.