Skip to content

Commit 29e225b

Browse files
committed
Update resources
1 parent 8fc274c commit 29e225b

16 files changed

Lines changed: 336 additions & 117 deletions

.dnt.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,6 @@ await invokeDenoNodeJSTransformer({
4646
access: "public"
4747
}
4848
},
49-
outputDirectory: "npm",
49+
outputDirectory: "dist/npm",
5050
outputDirectoryPreEmpty: true
5151
});

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
name: "Bug Report"
33
description: "Report a bug."
44
labels:
5-
- "Status/Pending 🔵"
65
- "Type/Bug 🐛"
76
body:
87
- type: "input"

.github/ISSUE_TEMPLATE/documentation-issue.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
name: "Documentation Issue"
33
description: "Report a documentation issue."
44
labels:
5-
- "Status/Pending 🔵"
65
- "Type/Documentation 📓"
76
body:
87
- type: "textarea"

.github/ISSUE_TEMPLATE/feature-request.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
name: "Feature Request"
33
description: "Suggest an idea."
44
labels:
5-
- "Status/Pending 🔵"
65
- "Type/Enhancement 💡"
76
body:
87
- type: "textarea"

.github/dependabot.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ updates:
88
timezone: "Etc/UTC"
99
labels:
1010
- "Platform/GitHubActions"
11-
- "Status/Pending 🔵"
1211
- "Type/Dependency 📦"
1312
open-pull-requests-limit: 100
1413
pull-request-branch-name:

0 commit comments

Comments
 (0)