Skip to content
This repository has been archived by the owner on Oct 31, 2024. It is now read-only.

v1.3.1 #27

Merged
merged 6 commits into from
Mar 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added EXT-Governor.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
54 changes: 27 additions & 27 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "EXT-Governor",
"version": "1.3.0",
"rev": "240225",
"version": "1.3.1",
"rev": "240303",
"description": "GA EXT CPU Governor Module",
"main": "EXT-Governor.js",
"scripts": {
Expand All @@ -16,6 +16,7 @@
"test:minify": "cd installer && node minify.js"
},
"keywords": [
"MMM-GoogleAssistant",
"magic mirror",
"module",
"governor",
Expand All @@ -41,7 +42,7 @@
},
"devDependencies": {
"@eslint/js": "^8.57.0",
"@stylistic/eslint-plugin": "^1.6.2",
"@stylistic/eslint-plugin": "^1.6.3",
"eslint": "^8.57.0",
"eslint-plugin-import": "^2.29.1"
}
Expand Down
Loading