Skip to content

Commit

Permalink
change package name
Browse files Browse the repository at this point in the history
  • Loading branch information
yasaricli committed Sep 28, 2018
1 parent 4a633cb commit fdf52c9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
# react-native-counter
# react-native-counters
React native Minus(-) (Number) Plus(+) Component

## Installation

To install a stable release use:

##### yarn
`yarn add react-native-counter`
`yarn add react-native-counters`

##### npm
`npm i react-native-counter --save`
`npm i react-native-counters --save`


## Example

```JS
import Counter from "react-native-counter";
import Counter from "react-native-counters";

class Example Component {
render() {
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "react-native-counter",
"name": "react-native-counters",
"version": "0.0.1",
"description": "React native Minus(-) (Number) Plus(+) Component",
"author": "Yasar ICLI <[email protected]>",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/yasaricli/react-native-counter.git"
"url": "git+https://github.com/yasaricli/react-native-counters.git"
},
"dependencies": {
"prop-types": "^15.6.2"
Expand Down

0 comments on commit fdf52c9

Please sign in to comment.