@prodkt/animations 1.2.4 → 1.3.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/dist/index.d.ts +1 -1
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- declare module '@tovutifunk/animations' {
1
+ declare module '@prodkt/animations' {
2
2
  export type Animation = Keyframe[];
3
3
  export const animations: Animation[];
4
4
  export const easings: { [key: string]: string };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@prodkt/animations",
3
3
  "description": "animate.css effects available as ES modules for use with the Web Animations API.",
4
- "version": "1.2.4",
4
+ "version": "1.3.0",
5
5
  "homepage": "https://github.com/prodkt-cloud/animations",
6
6
  "author": "Bryan Funk",
7
7
  "license": "MIT",