« get me outta code hell

fix-up package.json repository - tui-lib - Pure Node.js library for making visual command-line programs (ala vim, ncdu)
about summary refs log tree commit diff
path: root/package.json
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2024-05-16 17:27:05 -0300
committer(quasar) nebula <qznebula@protonmail.com>2024-05-16 17:27:20 -0300
commit67b9c43aa078857e6e226df82079c1c88749ff34 (patch)
tree49ed21511d53ac3e23ff3dd16cae370c591a14d3 /package.json
parented53efd56caec13fbe58aad5a431296b1ebd6e4d (diff)
fix-up package.json repository
Diffstat (limited to 'package.json')
-rw-r--r--package.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/package.json b/package.json
index 4816f36..7abf3e2 100644
--- a/package.json
+++ b/package.json
@@ -3,7 +3,10 @@
   "version": "0.4.0",
   "description": "terminal ui library",
   "type": "module",
-  "repository": "https://nebula.ed1.club/git/tui-lib/",
+  "repository": {
+    "type": "git",
+    "url": "https://nebula.ed1.club/git/tui-lib/"
+  },
   "author": "Nebula <qznebula@protonmail.com>",
   "license": "GPL-3.0",
   "dependencies": {