Browse Source

Fix package.json

Hau Vo 7 years ago
parent
commit
15eb9b3e15
1 changed files with 2 additions and 4 deletions
  1. 2
    4
      package.json

+ 2
- 4
package.json View File

1
 
1
 
2
 {
2
 {
3
   "name": "react-native-thumbnail",
3
   "name": "react-native-thumbnail",
4
-  "version": "1.0.3",
4
+  "version": "1.0.4",
5
   "description": "",
5
   "description": "",
6
   "main": "index.js",
6
   "main": "index.js",
7
   "scripts": {
7
   "scripts": {
17
   "author": "",
17
   "author": "",
18
   "license": "",
18
   "license": "",
19
   "peerDependencies": {
19
   "peerDependencies": {
20
-    "react-native": "^0.43.3",
21
-    "react-native-windows": "0.41.0-rc.1"
22
-
20
+    "react-native": "^0.43.3"
23
   }
21
   }
24
 }
22
 }