@mxenabled/connect-widget 0.0.1 → 0.0.2

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 +3 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Connect Widget
2
2
 
3
- ![NPM Version](https://img.shields.io/npm/v/connect-widget?link=https%3A%2F%2Fwww.npmjs.com%2Fpackage%2Fconnect-widget)
3
+ ![NPM Version](https://img.shields.io/npm/v/%40mxenabled%2Fconnect-widget)
4
4
 
5
5
  This is the **UI only** for the connect widget. Heavy configuration and an API are needed for this project to work. See [usage](#usage) and [props](#props) for more details.
6
6
 
@@ -9,12 +9,12 @@ This is the **UI only** for the connect widget. Heavy configuration and an API a
9
9
  Install using npm package manager:
10
10
 
11
11
  ```bash
12
- npm install connect-widget
12
+ npm install @mxenabled/connect-widget
13
13
  ```
14
14
 
15
15
  ## Usage
16
16
 
17
- 1. Install package: `npm install --save connect-widget`
17
+ 1. Install package: `npm install --save @mxenabled/connect-widget`
18
18
  2. Import `ApiProvider` and `ConnectWidget`. Add both to your project.
19
19
  3. Pass applicable props to widget and your API to the provider.
20
20
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@mxenabled/connect-widget",
3
3
  "description": "A simple ui library for React",
4
- "version": "0.0.1",
4
+ "version": "0.0.2",
5
5
  "module": "dist/index.es.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "type": "module",