diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 5e0f7e2..cf348ce 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -4,7 +4,6 @@ about: Create a report to help us improve title: '' labels: '' assignees: '' - --- **Describe the bug** diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index e7cd4ca..c4b1727 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -4,5 +4,4 @@ about: Suggest an idea for this project title: '' labels: '' assignees: '' - --- diff --git a/.github/ISSUE_TEMPLATE/other.md b/.github/ISSUE_TEMPLATE/other.md index 136c638..76060f4 100644 --- a/.github/ISSUE_TEMPLATE/other.md +++ b/.github/ISSUE_TEMPLATE/other.md @@ -4,5 +4,4 @@ about: Something that doesn't fall in the other categories title: '' labels: '' assignees: '' - --- diff --git a/dprint.json b/dprint.json index de96a9f..57509f0 100644 --- a/dprint.json +++ b/dprint.json @@ -12,10 +12,10 @@ "**/target" ], "plugins": [ - "https://plugins.dprint.dev/typescript-0.95.13.wasm", - "https://plugins.dprint.dev/json-0.21.0.wasm", - "https://plugins.dprint.dev/markdown-0.20.0.wasm", - "https://plugins.dprint.dev/toml-0.7.0.wasm", - "https://plugins.dprint.dev/exec-0.6.0.json@a054130d458f124f9b5c91484833828950723a5af3f8ff2bd1523bd47b83b364" + "npm:@dprint/typescript@0.96.1", + "npm:@dprint/json@0.23.0", + "npm:@dprint/markdown@0.22.1", + "npm:@dprint/toml@0.8.0", + "npm:@dprint/exec@0.7.3/plugin.json@704701df449dd7e942a71144773778ac529d68c2e4657bfc236d393b898b9a67" ] }