Skip to content

Commit dece042

Browse files
committed
initial
1 parent 37d19ae commit dece042

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
[![Pub Package](https://img.shields.io/pub/v/errno.svg)](https://pub.dev/packages/errno)
12
[![Actions Status](https://github.com/rtmigo/errno/workflows/unittest/badge.svg?branch=master)](https://github.com/rtmigo/errno/actions)
23

34
# [errno](https://github.com/rtmigo/errno)

pubpub.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ echo "$new_readme" > "$temp_pub_dir/README.md"
2828

2929
cd "$temp_pub_dir"
3030
dartfmt -w .
31-
dart pub publish --dry-run
32-
#dart pub publish
31+
#dart pub publish --dry-run
32+
dart pub publish
3333
#open "$temp_pub_dir"

0 commit comments

Comments
 (0)