aboutsummaryrefslogtreecommitdiffstats
path: root/tree-sitter-yts/binding.gyp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--tree-sitter-yts/binding.gyp19
-rw-r--r--tree-sitter-yts/binding.gyp.license9
2 files changed, 0 insertions, 28 deletions
diff --git a/tree-sitter-yts/binding.gyp b/tree-sitter-yts/binding.gyp
deleted file mode 100644
index b05038b..0000000
--- a/tree-sitter-yts/binding.gyp
+++ /dev/null
@@ -1,19 +0,0 @@
-{
- "targets": [
- {
- "target_name": "tree_sitter_yts_binding",
- "include_dirs": [
- "<!(node -e \"require('nan')\")",
- "src"
- ],
- "sources": [
- "bindings/node/binding.cc",
- "src/parser.c",
- # If your language uses an external scanner, add it here.
- ],
- "cflags_c": [
- "-std=c99",
- ]
- }
- ]
-}
diff --git a/tree-sitter-yts/binding.gyp.license b/tree-sitter-yts/binding.gyp.license
deleted file mode 100644
index d4d410f..0000000
--- a/tree-sitter-yts/binding.gyp.license
+++ /dev/null
@@ -1,9 +0,0 @@
-yt - A fully featured command line YouTube client
-
-Copyright (C) 2024 Benedikt Peetz <benedikt.peetz@b-peetz.de>
-SPDX-License-Identifier: GPL-3.0-or-later
-
-This file is part of Yt.
-
-You should have received a copy of the License along with this program.
-If not, see <https://www.gnu.org/licenses/gpl-3.0.txt>.