@prodkt/animations 1.2.2 → 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 +5 -5
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,14 +1,14 @@
1
1
  {
2
2
  "name": "@prodkt/animations",
3
- "description": "Your favorite animate.css effects available as ES modules for use with the Web Animations API.",
4
- "version": "1.2.2",
3
+ "description": "animate.css effects available as ES modules for use with the Web Animations API.",
4
+ "version": "1.3.0",
5
5
  "homepage": "https://github.com/prodkt-cloud/animations",
6
6
  "author": "Bryan Funk",
7
7
  "license": "MIT",
8
- "main": "dist/tovuti.js",
9
- "module": "dist/tovuti.js",
8
+ "main": "dist/index.js",
9
+ "module": "dist/index.js",
10
10
  "type": "module",
11
- "types": "dist/tovuti.d.ts",
11
+ "types": "dist/index.d.ts",
12
12
  "scripts": {
13
13
  "build": "node src/index.cjs",
14
14
  "test": "echo \"Error: no test specified\" && exit 1"