diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2023-05-13 12:48:46 -0300 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2023-05-13 12:49:40 -0300 |
commit | 684e369c7b01b4c69995fc604ef33919077ffdf5 (patch) | |
tree | 3d3f8d5764604c1253def3fe2668579be5697292 | |
parent | 6ea74c268a12325296a1d2e7fc31b02030ddb8bc (diff) |
0.1.0
-rw-r--r-- | package-lock.json | 4 | ||||
-rw-r--r-- | package.json | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/package-lock.json b/package-lock.json index 4c1db18..5f6156e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "tui-lib", - "version": "0.0.4", + "version": "0.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "tui-lib", - "version": "0.0.4", + "version": "0.1.0", "license": "GPL-3.0", "dependencies": { "natural-orderby": "^3.0.2", diff --git a/package.json b/package.json index f73bc27..bc26059 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,10 @@ { "name": "tui-lib", - "version": "0.0.4", + "version": "0.1.0", "description": "terminal ui library", "type": "module", - "repository": "https://notabug.org/towerofnix/tui-lib.git", - "author": "Florrie <towerofnix@gmail.com>", + "repository": "https://nebula.ed1.club/git/tui-lib/", + "author": "Nebula <qznebula@protonmail.com>", "license": "GPL-3.0", "dependencies": { "natural-orderby": "^3.0.2", |