Skip to content

Commit 81dc3bd

Browse files
committed
fix(NPM): ensure use at least react-native 0.44.2
1 parent 950d237 commit 81dc3bd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-windows",
3-
"version": "0.44.0-rc.0",
3+
"version": "0.44.0-rc.1",
44
"description": "React Native platform extensions for the Universal Windows Platform.",
55
"license": "MIT",
66
"repository": {
@@ -27,15 +27,15 @@
2727
],
2828
"peerDependencies": {
2929
"react": "16.0.0-alpha.6",
30-
"react-native": "~0.44.0"
30+
"react-native": "~0.44.2"
3131
},
3232
"devDependencies": {
3333
"flow-bin": "^0.40.0",
3434
"https-proxy-agent": "^1.0.0",
3535
"jasmine": "^2.5.2",
3636
"jasmine-reporters": "^2.2.0",
3737
"react": "16.0.0-alpha.6",
38-
"react-native": "~0.44.0",
38+
"react-native": "~0.44.2",
3939
"selenium-webdriver": "2.48.x"
4040
},
4141
"dependencies": {

0 commit comments

Comments
 (0)