Comparing version 1.0.3 to 1.0.4
{ | ||
"name": "swapp", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "Uploads your local.settings.json settings to an Azure Static Web App", | ||
@@ -9,4 +9,6 @@ "main": "index.js", | ||
"homepage": "https://github.com/burkeholland/app-settings", | ||
"repository": { | ||
"scripts": { | ||
"start": "node index.js" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
@@ -22,2 +24,2 @@ "url": "https://github.com/burkeholland/app-settings.git" | ||
} | ||
} | ||
} |
7300