Browse Source

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

jmheik 4 years ago
parent
commit
d16746c8ea
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      package.json

+ 1
- 1
package.json View File

@@ -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
   },