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