Update Author and Version
This commit is contained in:
+2
-2
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user