This repository was archived by the owner on Jun 5, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -5,14 +5,14 @@ This package use [react-flip-move](https://github.com/joshwcomeau/react-flip-mov
5
5
## Installation
6
6
7
7
``` bash
8
- npm install --save react-image -upload
8
+ npm install --save react-images -upload
9
9
```
10
10
11
11
## Usage
12
12
13
13
``` javascript
14
14
import React from ' react' ;
15
- import ImageUploader from ' react-image -upload' ;
15
+ import ImageUploader from ' react-images -upload' ;
16
16
17
17
class App extends React .Component {
18
18
@@ -66,8 +66,9 @@ class App extends React.Component {
66
66
| errorClass | String | - | Class for error messages |
67
67
| errorStyle | Object | - | Inline styles for errors |
68
68
69
- ### Author
69
+ ### Authors
70
70
71
+
71
72
72
73
### License
73
74
MIT
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-images-upload" ,
3
- "version" : " 1.0.5 " ,
3
+ "version" : " 1.0.7 " ,
4
4
"private" : false ,
5
5
"repository" : {
6
6
"type" : " git" ,
7
- "url" : " git ://github.com/jakehartnell/react-image-upload.git "
7
+ "url" : " https ://github.com/jakehartnell/react-image-upload"
8
8
},
9
9
"dependencies" : {
10
10
"react" : " ^16.2.0" ,
19
19
"keywords" : [
20
20
" image" ,
21
21
" upload" ,
22
- " file"
23
- " react image upload" ,
24
- ]
22
+ " file" ,
23
+ " react image upload"
24
+ ],
25
+ "license" : " MIT"
25
26
}
You can’t perform that action at this time.
0 commit comments