Skip to content

Commit d9fb37d

Browse files
committed
delete package-lock.json, dropping npm support
1 parent d1ecca6 commit d9fb37d

File tree

2 files changed

+0
-2116
lines changed

2 files changed

+0
-2116
lines changed

documentation.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,6 @@ Install the gtt command line interface using yarn:
3333
yarn global add gitlab-time-tracker --prefix /usr/local
3434
```
3535

36-
... or using npm (recommended on **Windows** operating systems):
37-
38-
```shell
39-
npm install -g gitlab-time-tracker
40-
```
41-
4236
Run the config command to create a config file and open it in your default editor.
4337
In linux terminal, you must set your preferred editor in the environment. For example, use `export EDITOR=vim` to edit the files with vim (put this in `.bashrc` or similar to have it always configured).
4438
If nothing happens, open the file manually: `~/.gtt/config.yml` - on Windows: `C:\Users\YourUserName\.gtt\config.yml`
@@ -65,12 +59,6 @@ Update gtt via yarn:
6559
yarn global upgrade gitlab-time-tracker
6660
```
6761

68-
... or npm:
69-
70-
```shell
71-
npm install -g gitlab-time-tracker
72-
```
73-
7462
## docker
7563

7664
You don't need to have node and gtt installed on your system in order to use gtt,

0 commit comments

Comments
 (0)