Skip to content

Commit 5068334

Browse files
authored
chore: maybe fix release (#464)
1 parent 3bfa5f3 commit 5068334

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

.vscode/settings.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"deno.enable": true,
33
"deno.lint": false,
4-
"deno.unstable": false,
54
"deno.suggest.imports.hosts": {
65
"https://deno.land": false
76
},

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright 2018-2024 the Deno authors
3+
Copyright 2018-2025 the Deno authors
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy of
66
this software and associated documentation files (the "Software"), to deal in

deno.jsonc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"name": "@deno/dnt",
3-
"version": "0.0.0",
43
"tasks": {
54
"test": "deno test -A",
65
"build": "deno run -A jsr:@deno/wasmbuild@0.17.2 --out lib/pkg"

0 commit comments

Comments
 (0)