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

This commit is contained in:
jmheik 2020-04-09 19:28:28 +03:00 committed by GitHub
parent c8dc85d66e
commit d16746c8ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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