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 17fe6d4 commit 1e98195
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 @@ -24,6 +24,6 @@
"aurelia-logging": "0.1.1",
"aurelia-metadata": "0.1.1",
"aurelia-task-queue": "0.1.1",
"aurelia-templating": "0.3.0"
"aurelia-templating": "0.3.1"
}
}
6 changes: 3 additions & 3 deletions config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ System.config({
"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].0",
"aurelia-templating": "github:aurelia/[email protected].1",
"github:aurelia/[email protected]": {
"aurelia-metadata": "github:aurelia/[email protected]",
"aurelia-task-queue": "github:aurelia/[email protected]"
Expand All @@ -28,14 +28,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 @@ -31,7 +31,7 @@
"aurelia-logging": "^0.1.1",
"aurelia-metadata": "^0.1.1",
"aurelia-task-queue": "^0.1.1",
"aurelia-templating": "^0.3.0"
"aurelia-templating": "^0.3.1"
}
},
"devDependencies": {
Expand Down

0 comments on commit 1e98195

Please sign in to comment.