cloudmr-ux 0.0.2 → 0.0.3

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 -17
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,30 +1,16 @@
1
- # eros-p
1
+ # cloudmr-ux
2
2
 
3
- > Made with create-react-library
4
3
 
5
4
  [![NPM](https://img.shields.io/npm/v/eros-p.svg)](https://www.npmjs.com/package/eros-p) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)
6
5
 
7
6
  ## Install
8
7
 
9
8
  ```bash
10
- npm install --save eros-p
9
+ npm install --save cloudmr-ux
11
10
  ```
12
11
 
13
- ## Usage
14
-
15
- ```jsx
16
- import React, { Component } from 'react'
17
-
18
- import MyComponent from 'eros-p'
19
- import 'eros-p/dist/index.css'
20
-
21
- class Example extends Component {
22
- render() {
23
- return <MyComponent />
24
- }
25
- }
26
- ```
27
12
 
28
13
  ## License
29
14
 
30
15
  MIT © [erosmontin](https://github.com/erosmontin)
16
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cloudmr-ux",
3
- "version": "0.0.2",
3
+ "version": "0.0.3",
4
4
  "description": "Made with create-react-library",
5
5
  "author": "erosmontin",
6
6
  "license": "MIT",