chore: update package.json
All checks were successful
Build and Test / build (push) Successful in 24s
Build and Test / release (push) Successful in 3s

This commit is contained in:
Lucas Oskorep
2026-03-02 23:18:55 -05:00
parent 0d81c99618
commit 05a1adb5ff

View File

@@ -1,7 +1,7 @@
{ {
"name": "aerospike", "name": "aerospike",
"version": "0.2.1", "version": "0.2.1",
"description": "A TypeScript GNOME Extension for Pretty Borders", "description": "Simple, Opinionated Tiling Window Manager for Gnome written in Typescript",
"type": "module", "type": "module",
"private": true, "private": true,
"repository": { "repository": {
@@ -11,9 +11,9 @@
"author": "Lucas Oskorep <lucas.oskorep@gmail.com>", "author": "Lucas Oskorep <lucas.oskorep@gmail.com>",
"license": "GPL-3.0-only", "license": "GPL-3.0-only",
"bugs": { "bugs": {
"url": "https://github.com/example/my-extension/issues" "url": "https://github.com/lucasoskorep/aerospike-gnome/issues"
}, },
"homepage": "https://github.com/example/my-extension#readme", "homepage": "https://github.com/lucasoskorep/aerospike-gnome/#readme",
"sideEffects": false, "sideEffects": false,
"scripts": { "scripts": {
"test": "jest", "test": "jest",