Browse Source

Removed react-native as peerDependency

Hau Vo 5 years ago
parent
commit
d41b94da18
1 changed files with 2 additions and 5 deletions
  1. 2
    5
      package.json

+ 2
- 5
package.json View File

@@ -1,6 +1,6 @@
1 1
 {
2 2
   "name": "react-native-thumbnail",
3
-  "version": "1.1.2",
3
+  "version": "1.1.3",
4 4
   "description": "",
5 5
   "main": "index.js",
6 6
   "scripts": {
@@ -14,8 +14,5 @@
14 14
     "url": "git+https://github.com/phuochau/react-native-thumbnail.git"
15 15
   },
16 16
   "author": "Hau Vo <hau.vophuoc@gmail.com>",
17
-  "license": "MIT",
18
-  "peerDependencies": {
19
-    "react-native": "^0.47.0"
20
-  }
17
+  "license": "MIT"
21 18
 }