feat: updating package.json

This commit is contained in:
Lucas Oskorep
2026-03-02 23:25:03 -05:00
parent 80b9b9b36b
commit 516fd0f9ca
+5 -5
View File
@@ -1,7 +1,7 @@
{ {
"name": "prettyborders", "name": "prettyborders",
"version": "0.2.0", "version": "0.2.1",
"description": "A TypeScript GNOME Extension for Pretty Borders", "description": "A TypeScript GNOME Extension for Pretty Borders around your active window",
"type": "module", "type": "module",
"private": true, "private": true,
"repository": { "repository": {
@@ -9,11 +9,11 @@
"url": "git+https://gitlab.com/lucasoskorep/prettyborders" "url": "git+https://gitlab.com/lucasoskorep/prettyborders"
}, },
"author": "Lucas Oskorep <lucas.oskorep@gmail.com>", "author": "Lucas Oskorep <lucas.oskorep@gmail.com>",
"license": "LGPL-3.0-or-later", "license": "GPL-3.0-only",
"bugs": { "bugs": {
"url": "https://github.com/example/my-extension/issues" "url": "https://github.com/lucasoskorep/pretty-borders/issues"
}, },
"homepage": "https://github.com/example/my-extension#readme", "homepage": "https://github.com/lucasoskorep/pretty-borders#readme",
"sideEffects": false, "sideEffects": false,
"devDependencies": { "devDependencies": {
"@girs/gjs": "4.0.0-beta.38", "@girs/gjs": "4.0.0-beta.38",