Skip to content

Commit 1955a26

Browse files
committed
build(): scripts in dist nested in src due to imports outside of the src folder
1 parent 7c45cb5 commit 1955a26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
"version": "5.0.0-beta.2",
44
"description": "Angular REST API client generator from Swagger YAML or JSON file with camel case settings",
55
"homepage": "https://github.com/flowup/api-client-generator/blob/master/README.md",
6-
"main": "dist/src/main.js",
6+
"main": "./dist/src/main.js",
77
"author": {
88
"name": "FlowUp",
99
"email": "[email protected]",
1010
"url": "https://flowup.cz"
1111
},
1212
"bin": {
13-
"api-client-generator": "./dist/main.js"
13+
"api-client-generator": "./dist/src/main.js"
1414
},
1515
"bugs": {
1616
"url": "https://github.com/flowup/api-client-generator/issues"

0 commit comments

Comments
 (0)