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 Jan 22, 2015
1 parent 3335a30 commit f956c4f
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 40 deletions.
10 changes: 5 additions & 5 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
"url": "http://github.com/aurelia/templating-router"
},
"dependencies": {
"aurelia-dependency-injection": "0.3.1",
"aurelia-metadata": "0.2.4",
"aurelia-path": "0.4.0",
"aurelia-router": "0.4.2",
"aurelia-templating": "0.7.0"
"aurelia-dependency-injection": "0.4.0",
"aurelia-metadata": "0.3.0",
"aurelia-path": "0.4.1",
"aurelia-router": "0.5.0",
"aurelia-templating": "0.8.0"
}
}
60 changes: 30 additions & 30 deletions config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,46 +9,46 @@ System.config({

System.config({
"map": {
"aurelia-dependency-injection": "github:aurelia/dependency-injection@0.3.1",
"aurelia-metadata": "github:aurelia/metadata@0.2.4",
"aurelia-path": "github:aurelia/[email protected].0",
"aurelia-router": "github:aurelia/router@0.4.2",
"aurelia-templating": "github:aurelia/templating@0.7.0",
"github:aurelia/binding@0.2.1": {
"aurelia-metadata": "github:aurelia/metadata@0.2.4",
"aurelia-task-queue": "github:aurelia/[email protected].1"
"aurelia-dependency-injection": "github:aurelia/dependency-injection@0.4.0",
"aurelia-metadata": "github:aurelia/metadata@0.3.0",
"aurelia-path": "github:aurelia/[email protected].1",
"aurelia-router": "github:aurelia/router@0.5.0",
"aurelia-templating": "github:aurelia/templating@0.8.0",
"github:aurelia/binding@0.3.0": {
"aurelia-metadata": "github:aurelia/metadata@0.3.0",
"aurelia-task-queue": "github:aurelia/[email protected].2"
},
"github:aurelia/dependency-injection@0.3.1": {
"aurelia-metadata": "github:aurelia/metadata@0.2.4",
"core-js": "npm:[email protected].4"
"github:aurelia/dependency-injection@0.4.0": {
"aurelia-metadata": "github:aurelia/metadata@0.3.0",
"core-js": "npm:[email protected].6"
},
"github:aurelia/[email protected].1": {
"github:aurelia/[email protected].2": {
"aurelia-html-template-element": "github:aurelia/[email protected]",
"core-js": "npm:[email protected].4",
"webcomponentsjs": "github:webcomponents/[email protected].2"
"core-js": "npm:[email protected].6",
"webcomponentsjs": "github:webcomponents/[email protected].3"
},
"github:aurelia/router@0.4.2": {
"aurelia-dependency-injection": "github:aurelia/dependency-injection@0.3.1",
"aurelia-history": "github:aurelia/[email protected].1",
"aurelia-path": "github:aurelia/[email protected].0",
"aurelia-route-recognizer": "github:aurelia/[email protected].1",
"core-js": "npm:[email protected].4"
"github:aurelia/router@0.5.0": {
"aurelia-dependency-injection": "github:aurelia/dependency-injection@0.4.0",
"aurelia-history": "github:aurelia/[email protected].2",
"aurelia-path": "github:aurelia/[email protected].1",
"aurelia-route-recognizer": "github:aurelia/[email protected].2",
"core-js": "npm:[email protected].6"
},
"github:aurelia/templating@0.7.0": {
"aurelia-binding": "github:aurelia/binding@0.2.1",
"aurelia-dependency-injection": "github:aurelia/dependency-injection@0.3.1",
"github:aurelia/templating@0.8.0": {
"aurelia-binding": "github:aurelia/binding@0.3.0",
"aurelia-dependency-injection": "github:aurelia/dependency-injection@0.4.0",
"aurelia-html-template-element": "github:aurelia/[email protected]",
"aurelia-loader": "github:aurelia/[email protected].1",
"aurelia-logging": "github:aurelia/[email protected].1",
"aurelia-metadata": "github:aurelia/metadata@0.2.4",
"aurelia-path": "github:aurelia/[email protected].0",
"aurelia-task-queue": "github:aurelia/[email protected].1",
"core-js": "npm:[email protected].4"
"aurelia-loader": "github:aurelia/[email protected].2",
"aurelia-logging": "github:aurelia/[email protected].2",
"aurelia-metadata": "github:aurelia/metadata@0.3.0",
"aurelia-path": "github:aurelia/[email protected].1",
"aurelia-task-queue": "github:aurelia/[email protected].2",
"core-js": "npm:[email protected].6"
},
"github:jspm/[email protected]": {
"process": "npm:[email protected]"
},
"npm:[email protected].4": {
"npm:[email protected].6": {
"process": "github:jspm/[email protected]"
}
}
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@
"lib": "dist"
},
"dependencies": {
"aurelia-dependency-injection": "^0.3.1",
"aurelia-metadata": "^0.2.4",
"aurelia-path": "^0.4.0",
"aurelia-router": "^0.4.2",
"aurelia-templating": "^0.7.0"
"aurelia-dependency-injection": "^0.4.0",
"aurelia-metadata": "^0.3.0",
"aurelia-path": "^0.4.1",
"aurelia-router": "^0.5.0",
"aurelia-templating": "^0.8.0"
}
},
"devDependencies": {
Expand Down

0 comments on commit f956c4f

Please sign in to comment.