diff --git a/.direnv/flake-profile b/.direnv/flake-profile index c7ae5b7..519b17b 120000 --- a/.direnv/flake-profile +++ b/.direnv/flake-profile @@ -1 +1 @@ -flake-profile-2-link \ No newline at end of file +flake-profile-3-link \ No newline at end of file diff --git a/.gitignore b/.gitignore index 1e3b53d..1e95d76 100644 --- a/.gitignore +++ b/.gitignore @@ -25,3 +25,6 @@ coverage/ .devenv* devenv.local.nix +# Nix +resault/ +.direnv/ diff --git a/package.json b/package.json index 2f5b607..8f27c4d 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "sk-vtt", + "name": "@example/tags", "type": "module", "version": "0.0.1", "private": true,