From dd2b731d6c002c9cef767b713b002aa8ddeb8cb3 Mon Sep 17 00:00:00 2001 From: Ando Date: Mon, 28 Apr 2025 21:06:01 +0300 Subject: [PATCH] fix: package name --- LICENSE | 2 +- deno.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index 845cb6f..7ae84ad 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2025 kinotio.io +Copyright (c) 2025 kinotio Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/deno.json b/deno.json index 92d89bb..1a74dab 100644 --- a/deno.json +++ b/deno.json @@ -1,5 +1,5 @@ { - "name": "@kinotiodotio/drowser", + "name": "@kinotio/drowser", "version": "0.1.6", "exports": "./mod.ts", "importMap": "./import_map.json",