ubkerp.transport.module 0.1.0 → 0.1.1

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 +1 -1
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # @ubkerp/transport-module
1
+ # ubkerp.transport.module
2
2
 
3
3
  Reusable React Native Transport Module for UBKERP (UBK INFOTECH PVT LTD). This package keeps authentication external and makes API + UI reusable.
4
4
 
@@ -13,7 +13,7 @@ npm run build
13
13
  ## Install (consumer app)
14
14
 
15
15
  ```bash
16
- npm i @ubkerp/transport-module
16
+ npm i ubkerp.transport.module
17
17
  ```
18
18
 
19
19
  ## Usage
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ubkerp.transport.module",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "UBK ERP reusable Transport Module for React Native apps",
5
5
  "license": "MIT",
6
6
  "repository": {