@expo-up/cli 0.1.4 → 0.1.5

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/dist/index.js +60889 -16854
  2. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@expo-up/cli",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "type": "module",
5
5
  "repository": {
6
6
  "type": "git",
@@ -14,8 +14,8 @@
14
14
  "expo-up": "dist/index.js"
15
15
  },
16
16
  "scripts": {
17
- "build": "bun build ./src/index.tsx --outdir ./dist --target node --external react --external ink --external ink-spinner --external figlet",
18
- "dev": "bun build ./src/index.tsx --outdir ./dist --target node --watch --external figlet",
17
+ "build": "bun build ./src/index.tsx --outdir ./dist --target node",
18
+ "dev": "bun build ./src/index.tsx --outdir ./dist --target node --watch",
19
19
  "check-types": "tsc --noEmit",
20
20
  "lint": "prettier --check \"src/**/*.{ts,tsx}\"",
21
21
  "test": "bun test",