Преглед изворни кода

Move uilib to devDependencies (#4806)

uilib is used only in the playground app and was added by mistake to dependencies.
Guy Carmeli пре 6 година
родитељ
комит
2c514d931f
No account linked to committer's email address
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2
    2
      package.json

+ 2
- 2
package.json Прегледај датотеку

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