Updated Jael Preprocessor
This commit is contained in:
parent
78cf60c038
commit
89e645ae14
1 changed files with 9 additions and 5 deletions
|
@ -1,14 +1,18 @@
|
|||
name: jael_preprocessor
|
||||
version: 2.0.1
|
||||
version: 3.0.0
|
||||
description: A pre-processor for resolving blocks and includes within Jael templates.
|
||||
author: Tobe O <thosakwe@gmail.com>
|
||||
homepage: https://github.com/angel-dart/jael/tree/master/jael_preprocessor
|
||||
publish_to: none
|
||||
environment:
|
||||
sdk: '>=2.10.0 <2.12.0'
|
||||
sdk: '>=2.10.0 <3.0.0'
|
||||
dependencies:
|
||||
file: ^5.0.0
|
||||
jael: #^2.0.0
|
||||
path: ../jael
|
||||
file: ^6.1.0
|
||||
jael:
|
||||
git:
|
||||
url: https://github.com/dukefirehawk/angel.git
|
||||
ref: sdk-2.12.x
|
||||
path: packages/jael/jael
|
||||
symbol_table: ^2.0.0
|
||||
dev_dependencies:
|
||||
code_buffer:
|
||||
|
|
Loading…
Reference in a new issue