fix: cockpit-sensors with correty base project

This commit is contained in:
Cristopfer Luis Viana da Silva 2024-02-05 11:26:28 -03:00
parent f9f2da6974
commit 57ad28ed58
13 changed files with 440 additions and 78 deletions

View file

@ -1,10 +1,10 @@
{
"name": "starter-kit",
"description": "Scaffolding for a cockpit module",
"name": "sensors",
"description": "Module that displays all data reported by lm-sensors",
"type": "module",
"main": "index.js",
"repository": "git@github.com:cockpit/starter-kit.git",
"author": "",
"repository": "git@github.com:ocristopfer/cockpit-sensors.git",
"author": "https://github.com/ocristopfer",
"license": "LGPL-2.1",
"engines": {
"node": ">= 16"