From ef246adb638b9f2af8188f46460ba19823d6cad0 Mon Sep 17 00:00:00 2001 From: David Sherret Date: Thu, 8 May 2025 12:25:41 -0500 Subject: [PATCH] chore: maybe fix release --- .vscode/settings.json | 1 - LICENSE | 2 +- deno.jsonc | 1 - 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 3408202..98e92f6 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,7 +1,6 @@ { "deno.enable": true, "deno.lint": false, - "deno.unstable": false, "deno.suggest.imports.hosts": { "https://deno.land": false }, diff --git a/LICENSE b/LICENSE index 56753af..406ae09 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright 2018-2024 the Deno authors +Copyright 2018-2025 the Deno authors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in diff --git a/deno.jsonc b/deno.jsonc index b0c582b..4423ffd 100644 --- a/deno.jsonc +++ b/deno.jsonc @@ -1,6 +1,5 @@ { "name": "@deno/dnt", - "version": "0.0.0", "tasks": { "test": "deno test -A", "build": "deno run -A jsr:@deno/wasmbuild@0.17.2 --out lib/pkg"