Skip to content

Commit

Permalink
chore: Ignore templates when publishing (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
codekeyz authored Jul 10, 2024
1 parent 69a4a4d commit 44f44e7
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions templates/crud_rest_api_dartfrog/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ version: 0.1.1
environment:
sdk: '>=3.0.0'

publish_to: none

dependencies:
dart_frog: ^1.0.0
intl: ^0.19.0
Expand Down
2 changes: 2 additions & 0 deletions templates/dartfrog_jwt_auth/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ version: 0.1.1
environment:
sdk: '>=3.0.0'

publish_to: none

dependencies:
dart_frog: ^1.0.0
intl: ^0.19.0
Expand Down
2 changes: 2 additions & 0 deletions templates/notes_app_shelf/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: notes_app_shelf

publish_to: none

environment:
sdk: ^3.2.0

Expand Down
1 change: 1 addition & 0 deletions templates/notes_app_shelf/server/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: server
description: A server app using the shelf package and Docker.
version: 1.0.0
publish_to: none

environment:
sdk: ^3.2.0
Expand Down
2 changes: 2 additions & 0 deletions templates/shelf_jwt_auth/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ description: A server app using the shelf package and Docker.
version: 1.0.0
# repository: https://github.com/my_org/my_repo

publish_to: none

environment:
sdk: ^3.3.4

Expand Down

0 comments on commit 44f44e7

Please sign in to comment.