tweenlabs 0.1.0 → 0.1.1
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.
- package/README.md +1 -1
- package/package.json +10 -1
package/README.md
CHANGED
|
@@ -5,7 +5,7 @@ description: A free, open-source GSAP animation component library and UI templat
|
|
|
5
5
|
keywords: TweenLabs, GSAP component library, GSAP Next.js, GSAP animations React, open source animation library, web animation components, Lenis smooth scroll, GSAP ScrollTrigger components, Next.js animation library
|
|
6
6
|
-->
|
|
7
7
|
|
|
8
|
-
# <img src="public/logo.svg" alt="TweenLabs Logo" width="40" height="40" align="center" /> TweenLabs
|
|
8
|
+
# <img src="https://raw.githubusercontent.com/TweenLabs/TweenLabs/master/public/logo.svg" alt="TweenLabs Logo" width="40" height="40" align="center" /> TweenLabs
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
> The open-source **GSAP animation component library** for Next.js developers — learn, copy, and contribute modern web animation patterns built with **GSAP 3.15**, **Next.js 16**, and **Lenis**.
|
package/package.json
CHANGED
|
@@ -1,6 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "tweenlabs",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
|
+
"license": "MIT",
|
|
5
|
+
"repository": {
|
|
6
|
+
"type": "git",
|
|
7
|
+
"url": "git+https://github.com/TweenLabs/TweenLabs.git"
|
|
8
|
+
},
|
|
9
|
+
"homepage": "https://tweenlabs.xyz",
|
|
10
|
+
"bugs": {
|
|
11
|
+
"url": "https://github.com/TweenLabs/TweenLabs/issues"
|
|
12
|
+
},
|
|
4
13
|
"bin": {
|
|
5
14
|
"tweenlabs": "bin/cli.js"
|
|
6
15
|
},
|