Skip to content

Commit 3cc7a0a

Browse files
chore(release): 0.1.10 [skip ci]
## [0.1.10](0.1.9...0.1.10) (2020-06-16) ### Bug Fixes * **macOS:** macOS target should be optional ([#120](#120)) ([32453ad](32453ad))
1 parent 32453ad commit 3cc7a0a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"type": "git",
1010
"url": "https://github.com/microsoft/react-native-test-app.git"
1111
},
12-
"version": "0.1.9",
12+
"version": "0.1.10",
1313
"description": "react-native-test-app provides a test app for all supported platforms as a package",
1414
"keywords": [
1515
"android",
@@ -36,7 +36,7 @@
3636
"@react-native-community/cli": "^3.0.0",
3737
"@react-native-community/cli-platform-android": "^3.0.0",
3838
"@react-native-community/cli-platform-ios": "^3.0.0",
39-
"chalk":"^1.1.3",
39+
"chalk": "^1.1.3",
4040
"plop": "^2.6.0"
4141
},
4242
"peerDependencies": {

0 commit comments

Comments
 (0)