Skip to content

Commit c34780a

Browse files
committed
Bump create-target to v3.0.2 and update devDependency
Updated the create-target package version from 3.0.0 to 3.0.2 and changed the @bacons/apple-targets devDependency from 'workspace:*' to '*'.
1 parent 5b2b29a commit c34780a

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

bun.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/create-target/package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-target",
3-
"version": "3.0.0",
3+
"version": "3.0.2",
44
"description": "Create targets for your Expo app",
55
"bin": "./build/index.js",
66
"repository": {
@@ -11,7 +11,6 @@
1111
"homepage": "https://github.com/evanbacon/expo-apple-targets",
1212
"files": [
1313
"build"
14-
1514
],
1615
"scripts": {
1716
"build": "ncc build ./src/index.ts -o build/",
@@ -26,8 +25,8 @@
2625
"prepublishOnly": "expo-module prepublishOnly"
2726
},
2827
"devDependencies": {
28+
"@bacons/apple-targets": "*",
2929
"expo-module-scripts": "^4.1.7",
30-
"@bacons/apple-targets": "workspace:*",
3130
"@tsconfig/node18": "^18.2.2",
3231
"@expo/config": "^12.0.13",
3332
"@expo/config-plugins": "^54.0.4",

0 commit comments

Comments
 (0)