@akinon/pz-b2b 1.45.0-rc.0 → 1.45.0
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +1 -6
- package/README.md +4 -4
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
@@ -1,13 +1,13 @@
|
|
1
|
-
#
|
1
|
+
# 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 git+ssh://git@bitbucket.org:akinonteam/pz-b2b.git
|
8
8
|
|
9
|
-
#
|
10
|
-
|
9
|
+
# For specific version
|
10
|
+
yarn add git+ssh://git@bitbucket.org:akinonteam/pz-b2b.git#xxxxxxx
|
11
11
|
```
|
12
12
|
|
13
13
|
### Installation
|