Просмотр исходного кода

Merge pull request #22 from n1ru4l/feature-remove-self-dependency

Remove dependency on react-native-thumbnail
Hau Vo 6 лет назад
Родитель
Сommit
566b2ee318
No account linked to committer's email address
1 измененных файлов: 0 добавлений и 3 удалений
  1. 0
    3
      package.json

+ 0
- 3
package.json Просмотреть файл

@@ -17,8 +17,5 @@
17 17
   "license": "",
18 18
   "peerDependencies": {
19 19
     "react-native": "^0.47.0"
20
-  },
21
-  "dependencies": {
22
-    "react-native-thumbnail": "^1.1.0"
23 20
   }
24 21
 }