Skip to content

Commit

Permalink
fix(package): update templating to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
EisenbergEffect committed Dec 18, 2014
1 parent 68d8bf9 commit f0d148c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"dependencies": {
"aurelia-binding": "0.1.2",
"aurelia-dependency-injection": "0.1.1",
"aurelia-templating": "0.3.0",
"aurelia-templating": "0.3.1",
"es6-shim": "0.21.1"
}
}
6 changes: 3 additions & 3 deletions config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ System.config({
"map": {
"aurelia-binding": "github:aurelia/[email protected]",
"aurelia-dependency-injection": "github:aurelia/[email protected]",
"aurelia-templating": "github:aurelia/[email protected].0",
"aurelia-templating": "github:aurelia/[email protected].1",
"es6-shim": "github:paulmillr/[email protected]",
"github:aurelia/[email protected]": {
"aurelia-metadata": "github:aurelia/[email protected]",
Expand All @@ -24,14 +24,14 @@ System.config({
"es6-shim": "github:paulmillr/[email protected]",
"webcomponentsjs": "github:webcomponents/[email protected]"
},
"github:aurelia/[email protected].0": {
"github:aurelia/[email protected].1": {
"aurelia-binding": "github:aurelia/[email protected]",
"aurelia-dependency-injection": "github:aurelia/[email protected]",
"aurelia-html-template-element": "github:aurelia/[email protected]",
"aurelia-loader": "github:aurelia/[email protected]",
"aurelia-logging": "github:aurelia/[email protected]",
"aurelia-metadata": "github:aurelia/[email protected]",
"aurelia-path": "github:aurelia/path@0.2.2",
"aurelia-path": "github:aurelia/path@0.3.0",
"aurelia-task-queue": "github:aurelia/[email protected]",
"es6-shim": "github:paulmillr/[email protected]"
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"dependencies": {
"aurelia-binding": "^0.1.2",
"aurelia-dependency-injection": "^0.1.1",
"aurelia-templating": "^0.3.0",
"aurelia-templating": "^0.3.1",
"es6-shim": "github:paulmillr/es6-shim@^0.21.1"
}
},
Expand Down

0 comments on commit f0d148c

Please sign in to comment.