Skip to content

Commit

Permalink
Update pubspec of example.
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldemarco committed Jul 24, 2019
1 parent 9e63f8a commit 24b981c
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions example/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
name: example
description: Auto-generate dart data classes
description: >
Example project using auto_data that generates simple data classes.
version: 0.0.1
author: Paul DeMarco
author: Paul DeMarco <[email protected]>
homepage: https://www.github.com/pauldemarco/auto_data

environment:
sdk: ">=2.1.0 <3.0.0"

dependencies:
auto_data:
path: ../auto_data
auto_data: ^0.0.1

dev_dependencies:
build_runner: ^1.0.0
auto_data_generator:
path: ../auto_data_generator
auto_data_generator: ^0.0.1

0 comments on commit 24b981c

Please sign in to comment.