Skip to content

Commit

Permalink
Package.json updated
Browse files Browse the repository at this point in the history
  • Loading branch information
kevoj committed Jun 11, 2020
1 parent 8f2f1b6 commit f46614a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 15 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![NPM version](https://badge.fury.io/js/react-native-backgroud-shapes.svg)](https://npmjs.org/package/react-native-backgroud-shapes) [![GitHub license](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](https://raw.githubusercontent.com/kevoj/react-native-backgroud-shapes/master/LICENSE)

> Beautiful backgrounds shapes to React Native based in flex
> Beautiful backgrounds shapes to React Native based in flex (Android + IOS)
### Examples

Expand All @@ -27,7 +27,7 @@ yarn add react-native-background-shapes
npm i react-native-background-shapes
```

### Usage
### Basic usage

```javascript
import react from "react";
Expand All @@ -46,8 +46,6 @@ return (
### Options

```javascript
// Basic
<Shapes />
// Advance
<Shapes
primaryColor="#416DF8"
Expand Down
23 changes: 12 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
{
"name": "react-native-background-shapes",
"version": "1.0.7",
"description": "Beautiful backgrounds shapes to React Native based in flex",
"publishConfig": {
"registry": "https://npm.pkg.github.com/kevoj/react-native-background-shapes"
},
"description": "Beautiful backgrounds shapes to React Native based in flex (Android + IOS)",
"main": "dist/lib/index.js",
"scripts": {
"start": "./node_modules/.bin/parcel src/docs/index.html",
Expand All @@ -13,16 +10,20 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/kevoj/react-webpack-component.git"
"url": "git+https://github.com/kevoj/react-native-background-shapes.git"
},
"keywords": [
"React",
"Component",
"webpack",
"webpack 4",
"react-webpack"
"react",
"react-native",
"shapes",
"react-shapes",
"background",
"react-background",
"flex",
"background-flex",
"shapes-flex"
],
"author": "Leonardo Rico Guevara - https://github.com/kevoj",
"author": "https://github.com/kevoj",
"license": "MIT",
"peerDependencies": {
"react": "^16.13.1",
Expand Down

0 comments on commit f46614a

Please sign in to comment.