@nrwl/expo 19.8.11 → 19.8.12

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nrwl/expo",
3
- "version": "19.8.11",
3
+ "version": "19.8.12",
4
4
  "private": false,
5
5
  "description": "The Expo Plugin for Nx contains executors and generators for managing and developing an expo application within your workspace. For example, you can directly build for different target platforms as well as generate projects and publish your code.",
6
6
  "keywords": [
@@ -26,7 +26,7 @@
26
26
  "main": "./index",
27
27
  "types": "index.d.ts",
28
28
  "dependencies": {
29
- "@nx/expo": "19.8.11"
29
+ "@nx/expo": "19.8.12"
30
30
  },
31
31
  "builders": "./executors.json",
32
32
  "schematics": "./generators.json",