From f9c65ea54353a6516d6fcb7fd2caee221d85d742 Mon Sep 17 00:00:00 2001 From: moon Date: Fri, 12 Jul 2024 22:57:18 -0600 Subject: [PATCH] remove junk and run prettier --- .commitlintrc | 5 ----- .npmignore | 8 -------- LICENSE | 1 + typedoc.json | 6 ------ 4 files changed, 1 insertion(+), 19 deletions(-) delete mode 100644 .commitlintrc delete mode 100644 .npmignore delete mode 100644 typedoc.json diff --git a/.commitlintrc b/.commitlintrc deleted file mode 100644 index b34b410..0000000 --- a/.commitlintrc +++ /dev/null @@ -1,5 +0,0 @@ -{ - "extends": [ - "@commitlint/config-conventional" - ] -} \ No newline at end of file diff --git a/.npmignore b/.npmignore deleted file mode 100644 index 3ab032a..0000000 --- a/.npmignore +++ /dev/null @@ -1,8 +0,0 @@ -docs/ -src/ -.*/ -jest.config.js -tsconfig.json -typedoc.json -yarn.lock -package-lock.json \ No newline at end of file diff --git a/LICENSE b/LICENSE index e183e8b..e480e51 100644 --- a/LICENSE +++ b/LICENSE @@ -1,5 +1,6 @@ MIT License +Copyright (c) 2024 Ruby Research Copyright (c) 2022 karashiiro Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/typedoc.json b/typedoc.json deleted file mode 100644 index abcb2ee..0000000 --- a/typedoc.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "entryPointStrategy": "expand", - "entryPoints": ["src"], - "exclude": ["**/*.test.ts", "**/_*.ts"], - "hideGenerator": true -} \ No newline at end of file