From d89ce41565226f44bc3b87d626036f664eb2c829 Mon Sep 17 00:00:00 2001 From: Matt Perry Date: Mon, 18 Nov 2024 11:17:51 +0100 Subject: [PATCH] Adding sponsors --- README.md | 2 ++ packages/framer-motion/README.md | 2 ++ packages/motion/README.md | 2 ++ packages/motionui/index.js | 0 packages/motionui/package.json | 11 ----------- 5 files changed, 6 insertions(+), 11 deletions(-) delete mode 100644 packages/motionui/index.js delete mode 100644 packages/motionui/package.json diff --git a/README.md b/README.md index 2dec6e230e..e2220677cc 100644 --- a/README.md +++ b/README.md @@ -89,3 +89,5 @@ Motion powers Framer animations, the web builder for creative pros. Design and s - [Nusu](https://x.com/nusualabuga) - [OlegWock](https://sinja.io) - [Lambert Weller](https://github.com/l-mbert) +- [Jake LeBoeuf](https://jklb.wf) +- [Han Lee](https://github.com/hahnlee) diff --git a/packages/framer-motion/README.md b/packages/framer-motion/README.md index 9f184609f4..c203bc9dac 100644 --- a/packages/framer-motion/README.md +++ b/packages/framer-motion/README.md @@ -118,3 +118,5 @@ Motion powers Framer animations, the web builder for creative pros. Design and s - [Nusu](https://x.com/nusualabuga) - [OlegWock](https://sinja.io) - [Lambert Weller](https://github.com/l-mbert) +- [Jake LeBoeuf](https://jklb.wf) +- [Han Lee](https://github.com/hahnlee) diff --git a/packages/motion/README.md b/packages/motion/README.md index 9f184609f4..c203bc9dac 100644 --- a/packages/motion/README.md +++ b/packages/motion/README.md @@ -118,3 +118,5 @@ Motion powers Framer animations, the web builder for creative pros. Design and s - [Nusu](https://x.com/nusualabuga) - [OlegWock](https://sinja.io) - [Lambert Weller](https://github.com/l-mbert) +- [Jake LeBoeuf](https://jklb.wf) +- [Han Lee](https://github.com/hahnlee) diff --git a/packages/motionui/index.js b/packages/motionui/index.js deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/packages/motionui/package.json b/packages/motionui/package.json deleted file mode 100644 index 4d2de37c29..0000000000 --- a/packages/motionui/package.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "motionui", - "version": "11.11.18", - "description": "", - "main": "index.js", - "module": "", - "author": "Matt Perry", - "license": "MIT", - "repository": "https://github.com/motiondivision/motion/", - "sideEffects": false -}