From 1480bb63a543309972ed4feee79f2c18625c4ee4 Mon Sep 17 00:00:00 2001 From: Rob Eisenberg Date: Thu, 16 Jun 2016 17:13:52 -0400 Subject: [PATCH] chore(all): prepare release 1.0.0-beta.2.0.1 --- bower.json | 2 +- package.json | 2 +- typings.json | 4 ++++ 3 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 typings.json diff --git a/bower.json b/bower.json index 5433d4f..a5c106f 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "aurelia-animator-css", - "version": "1.0.0-beta.2.0.0", + "version": "1.0.0-beta.2.0.1", "description": "An implementation of the abstract Animator interface from templating which enables css-based animations.", "keywords": [ "aurelia", diff --git a/package.json b/package.json index b18a2c2..c533f6a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aurelia-animator-css", - "version": "1.0.0-beta.2.0.0", + "version": "1.0.0-beta.2.0.1", "description": "An implementation of the abstract Animator interface from templating which enables css-based animations.", "keywords": [ "aurelia", diff --git a/typings.json b/typings.json new file mode 100644 index 0000000..2507ced --- /dev/null +++ b/typings.json @@ -0,0 +1,4 @@ +{ + "name": "aurelia-animator-css", + "main": "dist/aurelia-animator-css.d.ts" +}