Skip to content

Commit

Permalink
+ @config-plugins/[email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanBacon committed Sep 29, 2023
1 parent 93491ad commit 2e57a4f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
5 changes: 4 additions & 1 deletion packages/tv/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
"types": "build/withTV.d.ts",
"sideEffects": false,
"license": "MIT",
"files": [
"build",
"app.plugin.js"
],
"repository": {
"type": "git",
"url": "https://github.com/expo/config-plugins.git",
Expand All @@ -32,7 +36,6 @@
"expo": "^50"
},
"devDependencies": {
"@types/getenv": "^1.0.1",
"expo-module-scripts": "^3.0.3"
},
"upstreamPackage": "tv",
Expand Down
1 change: 1 addition & 0 deletions packages/tv/src/utils.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// @ts-expect-error
import { boolish } from "getenv";

import { ConfigData } from "./types";
Expand Down
7 changes: 0 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3494,13 +3494,6 @@
dependencies:
"@babel/types" "^7.3.0"

"@types/getenv@^1.0.1":
version "1.0.1"
resolved "https://registry.yarnpkg.com/@types/getenv/-/getenv-1.0.1.tgz#8af7875951d0c7371579dbb6df58228cf8695f36"
integrity sha512-wEibX1AwJNToJm0sSEXbkpngDYrOaS0F1MkfwNJhHR8tIVrRAIah1+PzYRtNae5Ci9jAijrbJfKC6QEbtIVMag==
dependencies:
"@types/node" "*"

"@types/glob@^7.1.1", "@types/glob@^7.1.3":
version "7.2.0"
resolved "https://registry.yarnpkg.com/@types/glob/-/glob-7.2.0.tgz#bc1b5bf3aa92f25bd5dd39f35c57361bdce5b2eb"
Expand Down

0 comments on commit 2e57a4f

Please sign in to comment.