2.1.5+1
This commit is contained in:
parent
88cb3648cd
commit
f3dcbacb8b
3 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,6 @@
|
||||||
|
# 2.1.5+1
|
||||||
|
* Update to `inflection2`.
|
||||||
|
|
||||||
# 2.1.5
|
# 2.1.5
|
||||||
* Add `shared` boilerplates.
|
* Add `shared` boilerplates.
|
||||||
* Remove uncecessary `angel_model` imports.
|
* Remove uncecessary `angel_model` imports.
|
||||||
|
|
3
example/main.dart
Normal file
3
example/main.dart
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
void main() {
|
||||||
|
// This package isn't usable from code.
|
||||||
|
}
|
|
@ -1,5 +1,5 @@
|
||||||
author: Tobe O <thosakwe@gmail.com>
|
author: Tobe O <thosakwe@gmail.com>
|
||||||
description: Command-line tools for the Angel framework.
|
description: Command-line tools for the Angel framework, including scaffolding.
|
||||||
homepage: https://github.com/angel-dart/angel_cli
|
homepage: https://github.com/angel-dart/angel_cli
|
||||||
name: angel_cli
|
name: angel_cli
|
||||||
version: 2.1.5+1
|
version: 2.1.5+1
|
||||||
|
|
Loading…
Reference in a new issue