1
0

Update Author and Version

This commit is contained in:
2024-08-14 18:17:29 +10:00
parent a38e757e82
commit a6a1fe0a76
+2 -2
View File
@@ -1,13 +1,13 @@
{ {
"name": "pi-weather-station", "name": "pi-weather-station",
"version": "2.0.1", "version": "2.1",
"description": "A weather station designed for the Raspberry Pi 7 inch touchscreen", "description": "A weather station designed for the Raspberry Pi 7 inch touchscreen",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1", "test": "echo \"Error: no test specified\" && exit 1",
"start": "node ./server/index.js" "start": "node ./server/index.js"
}, },
"author": "Eric Lewin", "author": "Adam Roe",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"axios": "^0.19.2", "axios": "^0.19.2",