Skip to content
This repository was archived by the owner on Jun 5, 2022. It is now read-only.

Commit ef7b39d

Browse files
author
Jake Hartnell
committed
Fix typos, add package metadata.
1 parent b2f95d1 commit ef7b39d

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

src/component/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ This package use [react-flip-move](https://github.com/joshwcomeau/react-flip-mov
55
## Installation
66

77
```bash
8-
npm install --save react-image-upload
8+
npm install --save react-images-upload
99
```
1010

1111
## Usage
1212

1313
```javascript
1414
import React from 'react';
15-
import ImageUploader from 'react-image-upload';
15+
import ImageUploader from 'react-images-upload';
1616

1717
class App extends React.Component {
1818

@@ -66,8 +66,9 @@ class App extends React.Component {
6666
| errorClass | String | - | Class for error messages |
6767
| errorStyle | Object | - | Inline styles for errors |
6868

69-
### Author
69+
### Authors
7070
Barak Cohen ([email protected])
71+
Jake Hartnell ([email protected])
7172

7273
### License
7374
MIT

src/component/package.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "react-images-upload",
3-
"version": "1.0.5",
3+
"version": "1.0.7",
44
"private": false,
55
"repository": {
66
"type": "git",
7-
"url": "git://github.com/jakehartnell/react-image-upload.git"
7+
"url": "https://github.com/jakehartnell/react-image-upload"
88
},
99
"dependencies": {
1010
"react": "^16.2.0",
@@ -19,7 +19,8 @@
1919
"keywords": [
2020
"image",
2121
"upload",
22-
"file"
23-
"react image upload",
24-
]
22+
"file",
23+
"react image upload"
24+
],
25+
"license": "MIT"
2526
}

0 commit comments

Comments
 (0)