From f0167b855d1c29c7bb314f1769f6297304065cc1 Mon Sep 17 00:00:00 2001 From: Yichuan Shen Date: Wed, 22 Mar 2023 03:05:33 +0100 Subject: [PATCH] Remove unnecessary --unstable flag --- LICENSE.md | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/LICENSE.md b/LICENSE.md index 5047ef0..d32c5de 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2021 Yichuan Shen +Copyright (c) 2021-now Yichuan Shen 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/package.json b/package.json index 51b903f..756e729 100644 --- a/package.json +++ b/package.json @@ -7,8 +7,8 @@ "scripts": { "prepublishOnly": "npm run dist", "format": "deno fmt README.md ci src test", - "test": "npm run format -- --check && deno test --unstable --coverage=./coverage", - "dist": "deno run --unstable --allow-read --allow-write --allow-run ./ci/dist.ts" + "test": "npm run format -- --check && deno test --coverage=./coverage", + "dist": "deno run --allow-read --allow-write --allow-run ./ci/dist.ts" }, "repository": { "type": "git",