Skip to content

Commit

Permalink
new build
Browse files Browse the repository at this point in the history
  • Loading branch information
Looskie committed Jul 14, 2021
1 parent 2e09eb1 commit 0fcd7a5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dist/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ var OpenWeatherMap = /** @class */ (function (_super) {
return [4 /*yield*/, this.getByGeoCoordinates({
latitude: latitude,
longitude: longitude,
queryType: helpers_1.FORECAST
queryType: helpers_1.WEATHER
})];
case 1:
currentWeather = (_a.sent());
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "openweathermap-ts",
"version": "1.2.7",
"description": "An abstract layer over openWeatherMap APIs",
"version": "1.2.8",
"description": "Fork for fix, an abstract layer over openWeatherMap APIs",
"main": "dist/app.js",
"types": "dist/app.d.ts",
"author": "Phillip Shim",
"author": "Phillip Shim, devlooskie",
"license": "MIT",
"files": [
"dist/*"
Expand Down

0 comments on commit 0fcd7a5

Please sign in to comment.