diff --git a/.pubignore b/.pubignore index f8863ab5..720db9a9 100644 --- a/.pubignore +++ b/.pubignore @@ -1,2 +1,3 @@ build/ +preview/ test/resources \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index a2c86199..9d9d4c20 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,9 +1,8 @@ name: zxing_lib description: A Dart port of zxing that encode and decode multiple 1D/2D barcodes, Supported qrcode, pdf417, oned, maxicode, datamatrix, aztec. version: 0.7.3 -homepage: https://www.shirne.com/ +homepage: https://shirne.github.io/ repository: https://github.com/shirne/zxing-dart -publish_to: https://pub.dartlang.org environment: sdk: ">=2.17.0 <3.0.0"