forked from loafle/openapi-generator-original
* Remove browserClient flag and bump http dependency * Run shell scripts so CIs can verify the change
10 lines
172 B
YAML
10 lines
172 B
YAML
name: openapi
|
|
version: 1.0.0
|
|
description: OpenAPI API client
|
|
environment:
|
|
sdk: '>=2.0.0 <3.0.0'
|
|
dependencies:
|
|
http: '>=0.12.0 <0.13.0'
|
|
dev_dependencies:
|
|
test: ^1.3.0
|