create-expo-stack 2.7.0-next.ba3b85d → 2.7.0-next.e19c886

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +13 -6
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -200,6 +200,13 @@ Thanks go to these wonderful people:
200
200
  <sub><b>Null</b></sub>
201
201
  </a>
202
202
  </td>
203
+ <td align="center">
204
+ <a href="https://github.com/mrzachnugent">
205
+ <img src="https://avatars.githubusercontent.com/u/63797719?v=4" width="100;" alt="mrzachnugent"/>
206
+ <br />
207
+ <sub><b>Zach Nugent</b></sub>
208
+ </a>
209
+ </td>
203
210
  <td align="center">
204
211
  <a href="https://github.com/coyksdev">
205
212
  <img src="https://avatars.githubusercontent.com/u/19565694?v=4" width="100;" alt="coyksdev"/>
@@ -213,15 +220,15 @@ Thanks go to these wonderful people:
213
220
  <br />
214
221
  <sub><b>Andrew Levy</b></sub>
215
222
  </a>
216
- </td>
223
+ </td></tr>
224
+ <tr>
217
225
  <td align="center">
218
226
  <a href="https://github.com/gialencar">
219
227
  <img src="https://avatars.githubusercontent.com/u/11895696?v=4" width="100;" alt="gialencar"/>
220
228
  <br />
221
229
  <sub><b>Gilson Alencar</b></sub>
222
230
  </a>
223
- </td></tr>
224
- <tr>
231
+ </td>
225
232
  <td align="center">
226
233
  <a href="https://github.com/mwarger">
227
234
  <img src="https://avatars.githubusercontent.com/u/686823?v=4" width="100;" alt="mwarger"/>
@@ -256,15 +263,15 @@ Thanks go to these wonderful people:
256
263
  <br />
257
264
  <sub><b>Joar Karlsson</b></sub>
258
265
  </a>
259
- </td>
266
+ </td></tr>
267
+ <tr>
260
268
  <td align="center">
261
269
  <a href="https://github.com/Joehoel">
262
270
  <img src="https://avatars.githubusercontent.com/u/31251240?v=4" width="100;" alt="Joehoel"/>
263
271
  <br />
264
272
  <sub><b>Joël Kuijper</b></sub>
265
273
  </a>
266
- </td></tr>
267
- <tr>
274
+ </td>
268
275
  <td align="center">
269
276
  <a href="https://github.com/asapMaki">
270
277
  <img src="https://avatars.githubusercontent.com/u/30200380?v=4" width="100;" alt="asapMaki"/>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-expo-stack",
3
- "version": "2.7.0-next.ba3b85d",
3
+ "version": "2.7.0-next.e19c886",
4
4
  "description": "CLI tool to initialize a React Native application with Expo",
5
5
  "repository": {
6
6
  "type": "git",