Skip to content

Commit

Permalink
Merge pull request #22 from Jack-Hayes/main
Browse files Browse the repository at this point in the history
Cloud cover implementation
  • Loading branch information
Carifio24 authored Jan 30, 2024
2 parents 4ff7848 + 0f73375 commit 36a8f0b
Show file tree
Hide file tree
Showing 5 changed files with 3,301 additions and 150 deletions.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"d3-dsv": "^3.0.1",
"date-fns-tz": "^2.0.0",
"leaflet": "^1.9.4",
"papaparse": "^5.4.1",
"tz-lookup": "^6.1.0",
"uuid": "^9.0.1",
"vue": "^3.4.15",
Expand All @@ -23,11 +24,12 @@
"build": "./patch.sh; vue-cli-service build",
"clean": "rimraf dist",
"lint": "vue-cli-service lint src --no-fix",
"serve": "./patch.sh; vue-cli-service serve"
"serve": "vue-cli-service serve"
},
"devDependencies": {
"@types/date-fns": "^2.6.0",
"@types/leaflet": "^1.9.8",
"@types/papaparse": "^5.3.14",
"@types/tz-lookup": "^6.1.2",
"@types/uuid": "^9.0.4",
"@typescript-eslint/eslint-plugin": "^6.5.0",
Expand Down
Loading

0 comments on commit 36a8f0b

Please sign in to comment.