@bloomkit/react 0.2.16 → 0.2.17

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 +1 -1
  2. package/package.json +1 -5
package/README.md CHANGED
@@ -6,7 +6,7 @@ An ambient, organic React component library built for wellness apps, creative to
6
6
 
7
7
  Soft shapes. Breathing motion. Living color.
8
8
 
9
- **Docs & demos:** [bloomkit.dev](https://bloomkit.dev) | **GitHub:** [bogdiusf/bloomkit-react](https://github.com/bogdiusf/bloomkit-react)
9
+ **Docs & demos:** [bloomkit.dev](https://bloomkit.dev)
10
10
 
11
11
  ## Install
12
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bloomkit/react",
3
- "version": "0.2.16",
3
+ "version": "0.2.17",
4
4
  "description": "An ambient, organic UI component library. Components that breathe.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -33,10 +33,6 @@
33
33
  "design-system"
34
34
  ],
35
35
  "homepage": "https://bloomkit.dev",
36
- "repository": {
37
- "type": "git",
38
- "url": "https://github.com/bogdiusf/bloomkit-react"
39
- },
40
36
  "license": "UNLICENSED",
41
37
  "dependencies": {
42
38
  "@radix-ui/react-accordion": "^1.2.12",