Skip to content

Pub reports some package layout issues #9

@adam-singer

Description

@adam-singer
20:31:06-adam@Adams-MacBook-Air:~/dart/Mixins
$ pub publish
Publishing "dartmixins" 0.0.3:
|-- .gitignore
|-- LICENSE
|-- README.md
|-- example
|   '-- Example.dart
|-- lib
|   |-- mixin.dart
|   '-- src
|       '-- mixin.dart
|-- pubspec.yaml
|-- test
|   |-- ArrayTests.dart
|   |-- CollectionTests.dart
|   |-- DUnit.dart
|   |-- FunctionTests.dart
|   |-- MixinTestSuite.dart
|   |-- MixinTests.dart
|   |-- ObjectTests.dart
|   |-- README.md
|   |-- StringTests.dart
|   '-- UtilityTests.dart
'-- tool
    '-- hop_runner.dart

Suggestions:
* The name of "lib/mixin.dart", "mixin", should match the name of the package, "dartmixins".
  This helps users know what library to import.
* Author "Demis Bellot" in pubspec.yaml should have an email address
  (e.g. "name <email>").

Package has 2 warnings. Upload anyway (y/n)? y
dartmixins 0.0.3 uploaded successfully.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions