Skip to content

Commit 0ae1db1

Browse files
chore: improve pub dev score (#21)
1 parent 6496669 commit 0ae1db1

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
run: dart pub get
1717
- name: Add version
1818
run: |
19-
echo "\n\nversion: ${GITHUB_REF_NAME##v}" >> pubspec.yaml
19+
echo -e "\n\nversion: ${GITHUB_REF_NAME##v}" >> pubspec.yaml
2020
- name: Check Publish Warnings
2121
run: dart pub publish --dry-run
2222
- name: Publish

LICENSE

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Apache License
22
Version 2.0, January 2004
3-
https://www.apache.org/licenses/
3+
http://www.apache.org/licenses/
44

55
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
66

@@ -178,7 +178,7 @@
178178
APPENDIX: How to apply the Apache License to your work.
179179

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

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

197197
Unless required by applicable law or agreed to in writing, software
198198
distributed under the License is distributed on an "AS IS" BASIS,

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: nitric_sdk
2-
description: A Dart SDK for creating Nitric applications
3-
repository: https://github.com/nitrictech/dart_sdk
2+
description: The Dart SDK supports the use of the Nitric framework with Dart and Flutter.
3+
repository: https://github.com/nitrictech/dart-sdk
44

55
environment:
66
sdk: ^3.2.4

0 commit comments

Comments
 (0)