Skip to content

Commit dc52b42

Browse files
committed
Bump version and include templates in package
Updated package version to 3.0.3 and added 'templates' directory to the published files for create-target.
1 parent c34780a commit dc52b42

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

packages/create-target/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-target",
3-
"version": "3.0.2",
3+
"version": "3.0.3",
44
"description": "Create targets for your Expo app",
55
"bin": "./build/index.js",
66
"repository": {
@@ -10,7 +10,8 @@
1010
},
1111
"homepage": "https://github.com/evanbacon/expo-apple-targets",
1212
"files": [
13-
"build"
13+
"build",
14+
"templates"
1415
],
1516
"scripts": {
1617
"build": "ncc build ./src/index.ts -o build/",

0 commit comments

Comments
 (0)