Skip to content

Commit

Permalink
chore(package): update templating to get enhance feature
Browse files Browse the repository at this point in the history
  • Loading branch information
EisenbergEffect committed Aug 5, 2015
1 parent 5f0b7cf commit 1858f0b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"aurelia-metadata": "^0.7.1",
"aurelia-path": "^0.8.1",
"aurelia-task-queue": "^0.6.1",
"aurelia-templating": "^0.13.12",
"aurelia-templating": "^0.13.16",
"core-js": "zloirock/core-js"
}
}
22 changes: 11 additions & 11 deletions config.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,45 +16,45 @@ System.config({

System.config({
"map": {
"aurelia-binding": "github:aurelia/[email protected].3",
"aurelia-binding": "github:aurelia/[email protected].5",
"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].1",
"aurelia-metadata": "github:aurelia/[email protected].2",
"aurelia-path": "github:aurelia/[email protected]",
"aurelia-task-queue": "github:aurelia/[email protected]",
"aurelia-templating": "github:aurelia/[email protected].12",
"aurelia-templating": "github:aurelia/[email protected].16",
"babel": "npm:[email protected]",
"babel-runtime": "npm:[email protected]",
"core-js": "npm:[email protected]",
"github:aurelia/[email protected].3": {
"github:aurelia/[email protected].5": {
"aurelia-dependency-injection": "github:aurelia/[email protected]",
"aurelia-metadata": "github:aurelia/[email protected].1",
"aurelia-metadata": "github:aurelia/[email protected].2",
"aurelia-task-queue": "github:aurelia/[email protected]",
"core-js": "npm:[email protected]"
},
"github:aurelia/[email protected]": {
"aurelia-logging": "github:aurelia/[email protected]",
"aurelia-metadata": "github:aurelia/[email protected].1",
"aurelia-metadata": "github:aurelia/[email protected].2",
"core-js": "npm:[email protected]"
},
"github:aurelia/[email protected]": {
"aurelia-html-template-element": "github:aurelia/[email protected]",
"aurelia-metadata": "github:aurelia/[email protected].1",
"aurelia-metadata": "github:aurelia/[email protected].2",
"aurelia-path": "github:aurelia/[email protected]",
"core-js": "npm:[email protected]",
"webcomponentsjs": "github:webcomponents/[email protected]"
},
"github:aurelia/[email protected].1": {
"github:aurelia/[email protected].2": {
"core-js": "npm:[email protected]"
},
"github:aurelia/[email protected].12": {
"aurelia-binding": "github:aurelia/[email protected].3",
"github:aurelia/[email protected].16": {
"aurelia-binding": "github:aurelia/[email protected].5",
"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].1",
"aurelia-metadata": "github:aurelia/[email protected].2",
"aurelia-path": "github:aurelia/[email protected]",
"aurelia-task-queue": "github:aurelia/[email protected]",
"core-js": "npm:[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"aurelia-metadata": "github:aurelia/metadata@^0.7.1",
"aurelia-path": "github:aurelia/path@^0.8.1",
"aurelia-task-queue": "github:aurelia/task-queue@^0.6.1",
"aurelia-templating": "github:aurelia/templating@^0.13.12",
"aurelia-templating": "github:aurelia/templating@^0.13.16",
"core-js": "npm:core-js@^0.9.5"
},
"devDependencies": {
Expand Down

0 comments on commit 1858f0b

Please sign in to comment.