diff --git a/CHANGELOG.md b/CHANGELOG.md index b93dfa9..f50f461 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 1.0.0-dev.2 +- Add new example ## 1.0.0-dev.1 - Initial version. diff --git a/example/.gitignore b/example/.gitignore deleted file mode 100644 index 3c8a157..0000000 --- a/example/.gitignore +++ /dev/null @@ -1,6 +0,0 @@ -# Files and directories created by pub. -.dart_tool/ -.packages - -# Conventional directory for build output. -build/ diff --git a/example/CHANGELOG.md b/example/CHANGELOG.md deleted file mode 100644 index effe43c..0000000 --- a/example/CHANGELOG.md +++ /dev/null @@ -1,3 +0,0 @@ -## 1.0.0 - -- Initial version. diff --git a/example/README.md b/example/README.md deleted file mode 100644 index a307539..0000000 --- a/example/README.md +++ /dev/null @@ -1 +0,0 @@ -A simple command-line application. diff --git a/example/analysis_options.yaml b/example/analysis_options.yaml deleted file mode 100644 index 18b40b8..0000000 --- a/example/analysis_options.yaml +++ /dev/null @@ -1,16 +0,0 @@ -# Defines a default set of lint rules enforced for projects at Google. For -# details and rationale, see -# https://github.com/dart-lang/pedantic#enabled-lints. - -include: package:pedantic/analysis_options.yaml - -# For lint rules and documentation, see http://dart-lang.github.io/linter/lints. - -# Uncomment to specify additional rules. -# linter: -# rules: -# - camel_case_types - -# analyzer: -# exclude: -# - path/to/excluded/files/** diff --git a/example/bin/example.dart b/example/main.dart similarity index 100% rename from example/bin/example.dart rename to example/main.dart diff --git a/example/pubspec.lock b/example/pubspec.lock index 35ef87d..e2f6e0f 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -7,7 +7,7 @@ packages: path: ".." relative: true source: path - version: "1.0.0" + version: "1.0.0-dev.1" pedantic: dependency: "direct dev" description: diff --git a/pubspec.yaml b/pubspec.yaml index d8d816e..1247ac2 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: chalk description: Tool to style your terminal strings -version: 1.0.0-dev.1 +version: 1.0.0-dev.2 homepage: https://github.com/shan-shaji/chalkdart environment: