Skip to content

Commit 1858f0b

Browse files
chore(package): update templating to get enhance feature
1 parent 5f0b7cf commit 1858f0b

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"aurelia-metadata": "^0.7.1",
2525
"aurelia-path": "^0.8.1",
2626
"aurelia-task-queue": "^0.6.1",
27-
"aurelia-templating": "^0.13.12",
27+
"aurelia-templating": "^0.13.16",
2828
"core-js": "zloirock/core-js"
2929
}
3030
}

config.js

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -16,45 +16,45 @@ System.config({
1616

1717
System.config({
1818
"map": {
19-
"aurelia-binding": "github:aurelia/[email protected].3",
19+
"aurelia-binding": "github:aurelia/[email protected].5",
2020
"aurelia-dependency-injection": "github:aurelia/[email protected]",
2121
"aurelia-loader": "github:aurelia/[email protected]",
2222
"aurelia-logging": "github:aurelia/[email protected]",
23-
"aurelia-metadata": "github:aurelia/[email protected].1",
23+
"aurelia-metadata": "github:aurelia/[email protected].2",
2424
"aurelia-path": "github:aurelia/[email protected]",
2525
"aurelia-task-queue": "github:aurelia/[email protected]",
26-
"aurelia-templating": "github:aurelia/[email protected].12",
26+
"aurelia-templating": "github:aurelia/[email protected].16",
2727
"babel": "npm:[email protected]",
2828
"babel-runtime": "npm:[email protected]",
2929
"core-js": "npm:[email protected]",
30-
"github:aurelia/[email protected].3": {
30+
"github:aurelia/[email protected].5": {
3131
"aurelia-dependency-injection": "github:aurelia/[email protected]",
32-
"aurelia-metadata": "github:aurelia/[email protected].1",
32+
"aurelia-metadata": "github:aurelia/[email protected].2",
3333
"aurelia-task-queue": "github:aurelia/[email protected]",
3434
"core-js": "npm:[email protected]"
3535
},
3636
"github:aurelia/[email protected]": {
3737
"aurelia-logging": "github:aurelia/[email protected]",
38-
"aurelia-metadata": "github:aurelia/[email protected].1",
38+
"aurelia-metadata": "github:aurelia/[email protected].2",
3939
"core-js": "npm:[email protected]"
4040
},
4141
"github:aurelia/[email protected]": {
4242
"aurelia-html-template-element": "github:aurelia/[email protected]",
43-
"aurelia-metadata": "github:aurelia/[email protected].1",
43+
"aurelia-metadata": "github:aurelia/[email protected].2",
4444
"aurelia-path": "github:aurelia/[email protected]",
4545
"core-js": "npm:[email protected]",
4646
"webcomponentsjs": "github:webcomponents/[email protected]"
4747
},
48-
"github:aurelia/[email protected].1": {
48+
"github:aurelia/[email protected].2": {
4949
"core-js": "npm:[email protected]"
5050
},
51-
"github:aurelia/[email protected].12": {
52-
"aurelia-binding": "github:aurelia/[email protected].3",
51+
"github:aurelia/[email protected].16": {
52+
"aurelia-binding": "github:aurelia/[email protected].5",
5353
"aurelia-dependency-injection": "github:aurelia/[email protected]",
5454
"aurelia-html-template-element": "github:aurelia/[email protected]",
5555
"aurelia-loader": "github:aurelia/[email protected]",
5656
"aurelia-logging": "github:aurelia/[email protected]",
57-
"aurelia-metadata": "github:aurelia/[email protected].1",
57+
"aurelia-metadata": "github:aurelia/[email protected].2",
5858
"aurelia-path": "github:aurelia/[email protected]",
5959
"aurelia-task-queue": "github:aurelia/[email protected]",
6060
"core-js": "npm:[email protected]"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"aurelia-metadata": "github:aurelia/metadata@^0.7.1",
3333
"aurelia-path": "github:aurelia/path@^0.8.1",
3434
"aurelia-task-queue": "github:aurelia/task-queue@^0.6.1",
35-
"aurelia-templating": "github:aurelia/templating@^0.13.12",
35+
"aurelia-templating": "github:aurelia/templating@^0.13.16",
3636
"core-js": "npm:core-js@^0.9.5"
3737
},
3838
"devDependencies": {

0 commit comments

Comments
 (0)