We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d90d789 commit 27dc864Copy full SHA for 27dc864
package.json
@@ -3,7 +3,7 @@
3
"version": "5.0.0-beta.1",
4
"description": "Angular REST API client generator from Swagger YAML or JSON file with camel case settings",
5
"homepage": "https://github.com/flowup/api-client-generator/blob/master/README.md",
6
- "main": "src/main.ts",
+ "main": "dist/src/main.js",
7
"author": {
8
"name": "FlowUp",
9
"email": "[email protected]",
@@ -45,8 +45,8 @@
45
"HTTPClient"
46
],
47
"engines": {
48
- "node": ">=8.9.1",
49
- "yarn": ">=1.4.0"
+ "node": ">=10.0.0",
+ "yarn": ">=1.20.0"
50
},
51
"license": "MIT",
52
"scripts": {
0 commit comments