@prodkt/animations 1.2.3 → 1.2.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -1,12 +1,12 @@
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.3",
3
+ "description": "animate.css effects available as ES modules for use with the Web Animations API.",
4
+ "version": "1.2.4",
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
11
  "types": "dist/index.d.ts",
12
12
  "scripts": {