diff options
author | Florrie <towerofnix@gmail.com> | 2018-12-05 16:58:09 -0400 |
---|---|---|
committer | Florrie <towerofnix@gmail.com> | 2018-12-05 16:58:09 -0400 |
commit | 013835d81e5e56f59faf17e215a73f9e8dc4310b (patch) | |
tree | 0e8079f47ad07b45752619e39700bfd804518848 | |
parent | ab193ed3fe91078551c0020e681a191e7b26a122 (diff) |
Bump version for npm publish :shrug:
-rw-r--r-- | package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index da401ed..31ad94a 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,9 @@ { "name": "tui-lib", - "version": "0.0.0", + "version": "0.0.1", "description": "terminal ui library", "main": "index.js", - "repository": "https://github.com/towerofnix/ui-lib", + "repository": "https://notabug.org/towerofnix/tui-lib.git", "author": "Florrie <towerofnix@gmail.com>", "license": "GPL-3.0", "dependencies": { |