@prodkt/animations 1.2.2 → 1.2.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@prodkt/animations",
3
3
  "description": "Your favorite animate.css effects available as ES modules for use with the Web Animations API.",
4
- "version": "1.2.2",
4
+ "version": "1.2.3",
5
5
  "homepage": "https://github.com/prodkt-cloud/animations",
6
6
  "author": "Bryan Funk",
7
7
  "license": "MIT",
8
8
  "main": "dist/tovuti.js",
9
9
  "module": "dist/tovuti.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"