We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c34780a commit dc52b42Copy full SHA for dc52b42
1 file changed
packages/create-target/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "create-target",
3
- "version": "3.0.2",
+ "version": "3.0.3",
4
"description": "Create targets for your Expo app",
5
"bin": "./build/index.js",
6
"repository": {
@@ -10,7 +10,8 @@
10
},
11
"homepage": "https://github.com/evanbacon/expo-apple-targets",
12
"files": [
13
- "build"
+ "build",
14
+ "templates"
15
],
16
"scripts": {
17
"build": "ncc build ./src/index.ts -o build/",
0 commit comments