@akinon/pz-b2b 1.50.0 → 1.52.0
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +8 -0
- package/README.md +4 -4
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
@@ -1,13 +1,13 @@
|
|
1
|
-
# pz-b2b
|
1
|
+
# @akinon/pz-b2b
|
2
2
|
|
3
3
|
### Install the npm package
|
4
4
|
|
5
5
|
```bash
|
6
6
|
# For latest version
|
7
|
-
yarn add
|
7
|
+
yarn add @akinon/pz-b2b
|
8
8
|
|
9
|
-
#
|
10
|
-
|
9
|
+
# Preferred installation method
|
10
|
+
npx @akinon/projectzero@latest --plugins
|
11
11
|
```
|
12
12
|
|
13
13
|
### Installation
|