Rebase on master

This commit is contained in:
Matthew Oslan
2019-05-11 16:21:30 -04:00
7 changed files with 275 additions and 135 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "os-weather-service",
"description": "OpenSprinkler Weather Service",
"version": "1.0.1",
"version": "1.0.2",
"repository": "https://github.com/OpenSprinkler/Weather-Weather",
"scripts": {
"test": "mocha --exit test",
@@ -10,6 +10,7 @@
},
"dependencies": {
"cors": "^2.8.5",
"cron": "^1.3.0",
"dotenv": "^6.2.0",
"express": "^4.16.4",
"geo-tz": "^4.0.2",
@@ -19,6 +20,7 @@
},
"devDependencies": {
"@types/cors": "^2.8.5",
"@types/cron": "^1.3.0",
"@types/dotenv": "^6.1.1",
"@types/express": "^4.16.1",
"@types/moment-timezone": "^0.5.12",