Rename views, re-enable Jael

This commit is contained in:
Tobe O 2018-11-10 16:56:41 -05:00
parent 59e904dddd
commit bb088c345d
4 changed files with 1 additions and 1 deletions

View file

@ -8,7 +8,7 @@ dependencies:
angel_auth: ^2.0.0-alpha # Supports stateless authentication via JWT angel_auth: ^2.0.0-alpha # Supports stateless authentication via JWT
angel_configuration: ^2.0.0 # Loads application configuration, along with support for .env files. angel_configuration: ^2.0.0 # Loads application configuration, along with support for .env files.
angel_framework: ^2.0.0-alpha # The core server library. angel_framework: ^2.0.0-alpha # The core server library.
#angel_jael: ^1.0.0 # Server-side templating engine angel_jael: ^2.0.0 # Server-side templating engine
angel_production: ^1.0.0-alpha angel_production: ^1.0.0-alpha
angel_static: ^2.0.0-alpha # Static file server angel_static: ^2.0.0-alpha # Static file server
angel_validate: ^2.0.0-alpha # Allows for validation of input data angel_validate: ^2.0.0-alpha # Allows for validation of input data