gclass-anims 1.0.0-beta.1 → 1.0.0-beta.2

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 (2) hide show
  1. package/README.md +4 -0
  2. package/package.json +3 -2
package/README.md CHANGED
@@ -4,6 +4,10 @@ A Tailwind-style utility layer on top of GSAP which I started developing for fun
4
4
 
5
5
  Framework-agnostic: works in vanilla JS, React, Vue, Svelte, or any bundler.
6
6
 
7
+ ## Live demo
8
+
9
+ https://saturn-sepehr.github.io/GClass/demo/index.html
10
+
7
11
  ## Installation
8
12
 
9
13
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gclass-anims",
3
- "version": "1.0.0-beta.1",
3
+ "version": "1.0.0-beta.2",
4
4
  "description": "A Tailwind-style utility layer on top of GSAP. Framework-agnostic — works in vanilla JS, React, Vue, Svelte, or any bundler.",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -39,8 +39,9 @@
39
39
  "url": "git+https://github.com/Saturn-sepehr/GClass.git",
40
40
  "directory": "/"
41
41
  },
42
- "homepage": "https://github.com/Saturn-sepehr/GClass#readme",
42
+ "homepage": "https://saturn-sepehr.github.io/GClass/demo/index.html",
43
43
  "dependencies": {
44
+ "gclass-anims": "^1.0.0-beta.1",
44
45
  "gsap": "^3.15.0"
45
46
  },
46
47
  "peerDependenciesMeta": {},