Skip to content

Commit

Permalink
fix: types not found
Browse files Browse the repository at this point in the history
  • Loading branch information
krsche committed Oct 12, 2021
1 parent ef2820e commit 03441b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "cloud-region-shortener",
"version": "1.0.0",
"description": "Shorten region names of cloud providers for use in resource names",
"main": "dist/index.js",
"main": "dist/index",
"scripts": {
"test": "jest",
"build": "rm -r ./dist || true; tsc",
Expand Down

0 comments on commit 03441b3

Please sign in to comment.