Skip to content

Commit

Permalink
upgrade version
Browse files Browse the repository at this point in the history
  • Loading branch information
JoaquinDecima committed Jun 27, 2023
1 parent 54431ca commit 1db32ce
Show file tree
Hide file tree
Showing 8 changed files with 33 additions and 33 deletions.
Empty file modified .eslintrc.json
100755 → 100644
Empty file.
Empty file modified .github/workflows/eslint.yml
100755 → 100644
Empty file.
Empty file modified .github/workflows/sonarcloud.yml
100755 → 100644
Empty file.
Empty file modified .gitignore
100755 → 100644
Empty file.
Empty file modified COPYING
100755 → 100644
Empty file.
Empty file modified README.md
100755 → 100644
Empty file.
66 changes: 33 additions & 33 deletions package.json
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,35 +1,35 @@
{
"name": "navale",
"version": "0.1.3",
"description": "Navale is the default panel of Vasak OS",
"domain": "vasak",
"main": "index.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"window": {
"id": "ar.net.vasak.os.navale",
"show": true,
"transparent": true,
"title": "Navale",
"icon": "icon.svg",
"frame": false,
"height": 32,
"show_in_taskbar": false,
"always_on_top": true
},
"category": "System & Tools",
"author": "Vasak group",
"license": "GPL-3.0-or-later",
"dependencies": {
"@microsoft/eslint-formatter-sarif": "^3.0.0",
"child_process": "^1.0.2",
"dbus-native": "^0.4.0",
"systeminformation": "^5.11.15"
},
"devDependencies": {
"eslint": "^8.25.0",
"eslint-plugin-css": "^0.6.0",
"eslint-plugin-vue": "^9.5.0"
}
"name": "navale",
"version": "0.1.4",
"description": "Navale is the default panel of Vasak OS",
"domain": "vasak",
"main": "index.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"window": {
"id": "ar.net.vasak.os.navale",
"show": true,
"transparent": true,
"title": "Navale",
"icon": "icon.svg",
"frame": false,
"height": 32,
"show_in_taskbar": false,
"always_on_top": true
},
"category": "System & Tools",
"author": "Vasak group",
"license": "GPL-3.0-or-later",
"dependencies": {
"@microsoft/eslint-formatter-sarif": "^3.0.0",
"child_process": "^1.0.2",
"dbus-native": "^0.4.0",
"systeminformation": "^5.11.15"
},
"devDependencies": {
"eslint": "^8.25.0",
"eslint-plugin-css": "^0.6.0",
"eslint-plugin-vue": "^9.5.0"
}
}
Empty file modified sonar-project.properties
100755 → 100644
Empty file.

0 comments on commit 1db32ce

Please sign in to comment.