diff --git a/bower.json b/bower.json index 4bf423f..8159354 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "aurelia-templating-binding", - "version": "1.0.0-beta.2.0.1", + "version": "1.0.0-beta.2.0.2", "description": "An implementation of the templating engine's Binding Language abstraction which uses a pluggable command syntax.", "keywords": [ "aurelia", diff --git a/package.json b/package.json index 6b84f80..8fa0a08 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aurelia-templating-binding", - "version": "1.0.0-beta.2.0.1", + "version": "1.0.0-beta.2.0.2", "description": "An implementation of the templating engine's Binding Language abstraction which uses a pluggable command syntax.", "keywords": [ "aurelia", diff --git a/typings.json b/typings.json new file mode 100644 index 0000000..e97386a --- /dev/null +++ b/typings.json @@ -0,0 +1,4 @@ +{ + "name": "aurelia-templating-binding", + "main": "dist/aurelia-templating-binding.d.ts" +}