digitinary-ui 1.0.0 → 1.0.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 +5 -6
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,14 +1,14 @@
1
- # arena-ui
1
+ # digitinary-ui
2
2
 
3
- > Arena UI System
3
+ > Digitinary UI System
4
4
 
5
- [![NPM](https://img.shields.io/npm/v/arena-ui.svg)](https://www.npmjs.com/package/arena-ui)
5
+ [![NPM](https://img.shields.io/npm/v/digitinary-ui.svg)](https://www.npmjs.com/package/digitinary-ui)
6
6
  [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)
7
7
 
8
8
  ## Install
9
9
 
10
10
  ```bash
11
- npm install --save arena-ui
11
+ npm install digitinary-ui
12
12
  ```
13
13
 
14
14
  ## Usage
@@ -16,8 +16,7 @@ npm install --save arena-ui
16
16
  ```jsx
17
17
  import React, { Component } from 'react'
18
18
 
19
- import MyComponent from 'arena-ui'
20
- import 'arena-ui/dist/index.css'
19
+ import MyComponent from 'digitinary-ui'
21
20
 
22
21
  class Example extends Component {
23
22
  render() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "digitinary-ui",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Digitinary UI Library",
5
5
  "author": "Digitinary Company",
6
6
  "repository": {