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 7c45cb5 commit 1955a26Copy full SHA for 1955a26
package.json
@@ -3,14 +3,14 @@
3
"version": "5.0.0-beta.2",
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": "dist/src/main.js",
+ "main": "./dist/src/main.js",
7
"author": {
8
"name": "FlowUp",
9
"email": "[email protected]",
10
"url": "https://flowup.cz"
11
},
12
"bin": {
13
- "api-client-generator": "./dist/main.js"
+ "api-client-generator": "./dist/src/main.js"
14
15
"bugs": {
16
"url": "https://github.com/flowup/api-client-generator/issues"
0 commit comments