Skip to content

Commit 1480bb6

Browse files
chore(all): prepare release 1.0.0-beta.2.0.1
1 parent 2c0b8bb commit 1480bb6

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aurelia-animator-css",
3-
"version": "1.0.0-beta.2.0.0",
3+
"version": "1.0.0-beta.2.0.1",
44
"description": "An implementation of the abstract Animator interface from templating which enables css-based animations.",
55
"keywords": [
66
"aurelia",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aurelia-animator-css",
3-
"version": "1.0.0-beta.2.0.0",
3+
"version": "1.0.0-beta.2.0.1",
44
"description": "An implementation of the abstract Animator interface from templating which enables css-based animations.",
55
"keywords": [
66
"aurelia",

typings.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"name": "aurelia-animator-css",
3+
"main": "dist/aurelia-animator-css.d.ts"
4+
}

0 commit comments

Comments
 (0)