Skip to content

Commit

Permalink
Merge branch '9.x'
Browse files Browse the repository at this point in the history
  • Loading branch information
ashwinimone authored and ashwinimone committed Jun 16, 2020
2 parents 2c3a790 + 6bd86fc commit 82b76e2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ This is a Drupal module, that generates Typescript type definitions for certain
composer require hoppinger/ts_generator
```

## Versions

Version 2.0.0 is Drupal 9 compatible.

## Usage

The generator runs as a Drush command that needs a configuration file.
Expand Down
1 change: 1 addition & 0 deletions ts_generator.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@ type: module
description: Generate TypeScript code based on the REST Resources
package: Hoppinger
core: 8.x
Add core_version_requirement: ^8 || ^9
dependencies:
- rest
1 change: 1 addition & 0 deletions ts_generator_metatag/ts_generator_metatag.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ type: module
description: Generate TypeScript code for metatag
package: Hoppinger
core: 8.x
Add core_version_requirement: ^8 || ^9
dependencies:
- ts_generator
- metatag

0 comments on commit 82b76e2

Please sign in to comment.