@akinon/pz-apple-pay 2.0.0-beta.6 → 2.0.0-beta.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.
- package/CHANGELOG.md +4 -0
- package/package.json +1 -1
- package/readme.md +2 -12
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
package/readme.md
CHANGED
|
@@ -2,20 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
## Installation
|
|
4
4
|
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
### 1. Install the npm package using Yarn
|
|
8
|
-
|
|
9
|
-
For the latest version, you can install the package using Yarn:
|
|
5
|
+
You can use the following command to install the extension with the latest plugins:
|
|
10
6
|
|
|
11
7
|
```bash
|
|
12
|
-
yarn add @akinon/pz-apple-pay
|
|
13
|
-
```
|
|
14
|
-
|
|
15
|
-
### 2. Preferred installation method
|
|
16
8
|
|
|
17
|
-
You can also use the following command to install the extension with the latest plugins:
|
|
18
|
-
|
|
19
|
-
```bash
|
|
20
9
|
npx @akinon/projectzero@latest --plugins
|
|
10
|
+
|
|
21
11
|
```
|