Rename jael to jael3
This commit is contained in:
parent
f88936f03c
commit
19f7a273d9
106 changed files with 7 additions and 7 deletions
|
@ -1,9 +1,9 @@
|
|||
# angel3_jael_engine
|
||||
[![version](https://img.shields.io/badge/pub-v4.0.0-brightgreen)](https://pub.dartlang.org/packages/jael3)
|
||||
# jael2
|
||||
[![version](https://img.shields.io/badge/pub-v4.0.0-brightgreen)](https://pub.dartlang.org/packages/jael2)
|
||||
[![Null Safety](https://img.shields.io/badge/null-safety-brightgreen)](https://dart.dev/null-safety)
|
||||
[![Gitter](https://img.shields.io/gitter/room/angel_dart/discussion)](https://gitter.im/angel_dart/discussion)
|
||||
|
||||
[![License](https://img.shields.io/github/license/dukefirehawk/angel)](https://github.com/dukefirehawk/angel/tree/angel3/packages/jael/jael/LICENSE)
|
||||
[![License](https://img.shields.io/github/license/dukefirehawk/angel)](https://github.com/dukefirehawk/angel/tree/angel3/packages/jael/jael2/LICENSE)
|
||||
|
||||
A simple server-side HTML templating engine for Dart.
|
||||
|
||||
|
@ -14,7 +14,7 @@ In your `pubspec.yaml`:
|
|||
|
||||
```yaml
|
||||
dependencies:
|
||||
jael3: ^4.0.0
|
||||
jael2: ^4.0.0
|
||||
```
|
||||
|
||||
# API
|
|
@ -1,14 +1,14 @@
|
|||
name: jael2
|
||||
version: 4.0.0
|
||||
description: A simple server-side HTML templating engine for Dart. Comparable to Blade or Liquid.
|
||||
homepage: https://github.com/dukefirehawk/angel/tree/angel3/packages/jael/jael
|
||||
homepage: https://github.com/dukefirehawk/angel/tree/angel3/packages/jael/jael2
|
||||
environment:
|
||||
sdk: '>=2.12.0 <3.0.0'
|
||||
dependencies:
|
||||
args: ^2.0.0
|
||||
charcode: ^1.0.0
|
||||
angel3_code_buffer:
|
||||
angel3_symbol_table:
|
||||
angel3_code_buffer: ^2.0.0
|
||||
angel3_symbol_table: ^2.0.0
|
||||
source_span: ^1.0.0
|
||||
string_scanner: ^1.0.0
|
||||
collection: ^1.15.0
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue