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,7 +1,7 @@
1 1
 
2 2
 {
3 3
   "name": "react-native-thumbnail",
4
-  "version": "1.0.3",
4
+  "version": "1.0.4",
5 5
   "description": "",
6 6
   "main": "index.js",
7 7
   "scripts": {
@@ -17,8 +17,6 @@
17 17
   "author": "",
18 18
   "license": "",
19 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
 }