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

fix(Windows): Move rnpm-plugin-windows to devDependencies. (#1266)

jmheik пре 4 година
родитељ
комит
d16746c8ea
No account linked to committer's email address
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1
    1
      package.json

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

@@ -35,7 +35,6 @@
35 35
   "dependencies": {
36 36
     "escape-string-regexp": "2.0.0",
37 37
     "invariant": "2.2.4",
38
-    "rnpm-plugin-windows": "^0.5.1-0",
39 38
     "uuid": "^7.0.3"
40 39
   },
41 40
   "devDependencies": {
@@ -68,6 +67,7 @@
68 67
     "react-native": "0.61.5",
69 68
     "react-native-macos": "0.60.0-microsoft.49",
70 69
     "react-native-windows": "^0.61.0-beta.58",
70
+    "rnpm-plugin-windows": "^0.5.1-0",
71 71
     "semantic-release": "15.13.24",
72 72
     "typescript": "3.6.2"
73 73
   },