From f4f80f3fc2b159a392708cfa0ca3ced5e789e2fb Mon Sep 17 00:00:00 2001 From: Tw93 Date: Sat, 24 Jun 2023 00:08:27 +0800 Subject: [PATCH] :wrench: Configuration specification --- .ecrc.json | 1 - CODE_OF_CONDUCT.md | 1 - cli.js | 1 - 3 files changed, 3 deletions(-) diff --git a/.ecrc.json b/.ecrc.json index d456439..4da6169 100644 --- a/.ecrc.json +++ b/.ecrc.json @@ -1,4 +1,3 @@ { "Exclude": ["Cargo\\.lock$", "dist", "*\\.md"] } - diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index 2ac9ed7..a771bbb 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -126,4 +126,3 @@ enforcement ladder](https://github.com/mozilla/diversity). For answers to common questions about this code of conduct, see the FAQ at https://www.contributor-covenant.org/faq. Translations are available at https://www.contributor-covenant.org/translations. - diff --git a/cli.js b/cli.js index 92115ec..d17768a 100755 --- a/cli.js +++ b/cli.js @@ -1,3 +1,2 @@ #!/usr/bin/env node import './dist/cli.js'; -