Skip to content

Commit

Permalink
Remove outdir config
Browse files Browse the repository at this point in the history
Signed-off-by: Gnanakeethan Balasubramaniam <[email protected]>
  • Loading branch information
gnanakeethan committed Aug 30, 2023
1 parent b72d313 commit 7dc862d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,7 @@
},
"jsii": {
"versionFormat": "full",
"outdir": "./dist",
"tsc": {
"outDir": "./dist",
"rootDir": "./src"
},
"targets": {
Expand Down
1 change: 0 additions & 1 deletion src/lib/boavizta.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ abstract class BoaviztaImpactModel implements IImpactModelInterface {
const countries = await axios.get(
'https://api.boavizta.org/v1/utils/country_code'
);
console.log('countries: ' + JSON.stringify(countries.data));
return Object.values(countries.data);
}

Expand Down

0 comments on commit 7dc862d

Please sign in to comment.