From 320f3d357638109161bd9ede4f2fcf103dcbf7d4 Mon Sep 17 00:00:00 2001 From: Jan Andrle Date: Tue, 27 Feb 2024 16:37:49 +0100 Subject: [PATCH] :abc: :cop: --- README.md | 2 ++ bin/jsconfig.json | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 67585a7..ea7331a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ [![git3moji–v1.0](https://img.shields.io/badge/git3moji–v1.0-%E2%9A%A1%EF%B8%8F%F0%9F%90%9B%F0%9F%93%BA%F0%9F%91%AE%F0%9F%94%A4-fffad8.svg?style=flat-square)](https://robinpokorny.github.io/git3moji/) + · [source code on Gitea](https://gitea.jaandrle.cz/jaandrle/dotfiles) + · [*mirrored* on GitHub](https://github.com/jaandrle/dotfiles) # dotfiles **(WIP)** This repository contains my dotfiles. They are managed by using `git clone --bare`, diff --git a/bin/jsconfig.json b/bin/jsconfig.json index ece3be3..4253344 100644 --- a/bin/jsconfig.json +++ b/bin/jsconfig.json @@ -1,8 +1,8 @@ { "include": [ - "/home/jaandrle/.nvm/versions/node/v18.18.0/lib/node_modules/nodejsscript/index.d.ts", + "/home/jaandrle/.nvm/versions/node/v18.19.0/lib/node_modules/nodejsscript/index.d.ts", "./*.mjs", "./*.js", "chrome-autoinspect.mjs" ] -} +} \ No newline at end of file