quickflex 1.0.5 → 1.0.7

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 +2 -2
  2. package/package.json +5 -2
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # QuickFlex
1
+ # React QuickFlex
2
2
 
3
3
  `quickflex` is a lightweight, customizable Flexbox component built with React and Emotion. It simplifies the usage of Flexbox in your React applications by providing an easy-to-use component with flexible options.
4
4
 
@@ -16,7 +16,7 @@
16
16
  You can install the package via npm:
17
17
 
18
18
  ```bash
19
- npm install quickflex
19
+ npm i quickflex
20
20
  ```
21
21
 
22
22
  ## Usage
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "quickflex",
3
- "version": "1.0.5",
3
+ "version": "1.0.7",
4
4
  "main": "dist/index.cjs.js",
5
5
  "module": "dist/index.esm.js",
6
6
  "types": "dist/index.d.ts",
@@ -9,7 +9,10 @@
9
9
  "build": "rollup -c"
10
10
  },
11
11
  "keywords": [
12
+ "css",
13
+ "flex",
12
14
  "flexbox",
15
+ "layout",
13
16
  "react",
14
17
  "emotion",
15
18
  "ui-components",
@@ -38,7 +41,7 @@
38
41
  },
39
42
  "repository": {
40
43
  "type": "git",
41
- "url": "https://github.com/Khurshida-Meem/QuickFlex.git"
44
+ "url": "git+https://github.com/Khurshida-Meem/QuickFlex.git"
42
45
  },
43
46
  "homepage": "https://github.com/Khurshida-Meem/QuickFlex",
44
47
  "files": [