@angelrove/forecast-utils 1.1.1 → 1.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +7 -4
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@angelrove/forecast-utils",
3
- "version": "1.1.1",
3
+ "version": "1.1.2",
4
4
  "author": "Jose Angel Romero Vegas",
5
5
  "license": "MIT",
6
- "description": "Utilidades para obtener datos de previsión meteorológica (Open-Meteo API) y de astronomía (SunCalc API).",
7
- "homepage": "https://github.com/angelrove/OpenMeteoForecast",
6
+ "description": "Utilities for obtaining weather and astronomy forecast data.",
7
+ "homepage": "https://github.com/angelrove/forecast-utils",
8
8
  "type": "module",
9
9
  "scripts": {
10
10
  "docs:md": "bunx jsdoc2md $(cat doc-files.txt) > README.md"
@@ -16,7 +16,10 @@
16
16
  "require": "./src/index.js"
17
17
  }
18
18
  },
19
- "files": ["src", "dist"],
19
+ "files": [
20
+ "src",
21
+ "dist"
22
+ ],
20
23
  "keywords": [
21
24
  "forecast",
22
25
  "weather",