Parcourir la source

Move uilib to devDependencies (#4806)

uilib is used only in the playground app and was added by mistake to dependencies.
Guy Carmeli il y a 6 ans
Parent
révision
2c514d931f
No account linked to committer's email address
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2
    2
      package.json

+ 2
- 2
package.json Voir le fichier

@@ -57,7 +57,6 @@
57 57
     "lodash": "4.17.x",
58 58
     "prop-types": "15.x.x",
59 59
     "react-lifecycles-compat": "2.0.0",
60
-    "react-native-ui-lib": "^3.17.2",
61 60
     "tslib": "1.9.3"
62 61
   },
63 62
   "devDependencies": {
@@ -69,6 +68,7 @@
69 68
     "@types/react-test-renderer": "16.x.x",
70 69
     "jsc-android": "236355.x.x",
71 70
     "detox": "9.0.6",
71
+    "react-native-ui-lib": "3.x.x",
72 72
     "handlebars": "4.x.x",
73 73
     "jest": "23.x.x",
74 74
     "metro-react-native-babel-preset": "0.50.0",
@@ -157,4 +157,4 @@
157 157
       }
158 158
     }
159 159
   }
160
-}
160
+}