Skip to content

Commit

Permalink
chore: improve pub dev score (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
HomelessDinosaur authored Mar 13, 2024
1 parent 6496669 commit 0ae1db1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
run: dart pub get
- name: Add version
run: |
echo "\n\nversion: ${GITHUB_REF_NAME##v}" >> pubspec.yaml
echo -e "\n\nversion: ${GITHUB_REF_NAME##v}" >> pubspec.yaml
- name: Check Publish Warnings
run: dart pub publish --dry-run
- name: Publish
Expand Down
6 changes: 3 additions & 3 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Apache License
Version 2.0, January 2004
https://www.apache.org/licenses/
http://www.apache.org/licenses/

TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION

Expand Down Expand Up @@ -178,7 +178,7 @@
APPENDIX: How to apply the Apache License to your work.

To apply the Apache License to your work, attach the following
boilerplate notice, with the fields enclosed by brackets "{}"
boilerplate notice, with the fields enclosed by brackets "[]"
replaced with your own identifying information. (Don't include
the brackets!) The text should be enclosed in the appropriate
comment syntax for the file format. We also recommend that a
Expand All @@ -192,7 +192,7 @@
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

https://www.apache.org/licenses/LICENSE-2.0
http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: nitric_sdk
description: A Dart SDK for creating Nitric applications
repository: https://github.com/nitrictech/dart_sdk
description: The Dart SDK supports the use of the Nitric framework with Dart and Flutter.
repository: https://github.com/nitrictech/dart-sdk

environment:
sdk: ^3.2.4
Expand Down

0 comments on commit 0ae1db1

Please sign in to comment.