We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a65191d commit c3e581dCopy full SHA for c3e581d
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "AllAboutOlaf",
3
- "version": "2.5.1",
+ "version": "2.6.0-beta.1",
4
"private": true,
5
"scripts": {
6
"android": "react-native run-android",
@@ -64,19 +64,27 @@
64
"overrides": [
65
66
"files": "*.md",
67
- "options": {"requirePragma": true}
+ "options": {
68
+ "requirePragma": true
69
+ }
70
},
71
72
"files": "*.json",
73
74
75
76
77
78
"files": "flow-typed/**",
79
80
81
82
83
84
"files": "images/**",
85
86
87
88
}
89
]
90
0 commit comments