@fle-ui/plus-address-selection 1.0.4 → 1.0.8

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 +17 -17
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,17 +1,17 @@
1
- # @fle-ui/plus-address-selection
2
-
3
- > @fle-ui/plus-address-selection
4
-
5
- ## Install
6
-
7
- Using npm:
8
-
9
- ```bash
10
- $ npm install --save @fle-ui/plus-address-selection
11
- ```
12
-
13
- or using yarn:
14
-
15
- ```bash
16
- $ yarn add @fle-ui/plus-address-selection
17
- ```
1
+ # @fle-ui/plus-address-selection
2
+
3
+ > @fle-ui/plus-address-selection
4
+
5
+ ## Install
6
+
7
+ Using npm:
8
+
9
+ ```bash
10
+ $ npm install --save @fle-ui/plus-address-selection
11
+ ```
12
+
13
+ or using yarn:
14
+
15
+ ```bash
16
+ $ yarn add @fle-ui/plus-address-selection
17
+ ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fle-ui/plus-address-selection",
3
- "version": "1.0.4",
3
+ "version": "1.0.8",
4
4
  "description": "@fle-ui/plus-address-selection",
5
5
  "private": false,
6
6
  "main": "lib/index.js",
@@ -41,5 +41,5 @@
41
41
  "devDependencies": {
42
42
  "@types/js-cookie": "^3.0.0"
43
43
  },
44
- "gitHead": "e5c22e59ebc5a0af73f90323e8ed3e825b7a5035"
44
+ "gitHead": "b7b23a456b7fbe96c8d518351092e6ae4905e153"
45
45
  }