From 2577363b52cf76cc176128d813e306c2ee822cef Mon Sep 17 00:00:00 2001 From: Zhong Lufan Date: Tue, 15 Nov 2022 04:47:58 +0800 Subject: [PATCH] v0.3.5 --- package.json | 5 ++--- yarn.lock | 5 ----- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index d05aad1..64672b3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-dbus-notifier", - "version": "0.3.4", + "version": "0.3.5", "description": "DBus-based desktop notifications with full feature support", "keywords": [ "dbus", @@ -16,7 +16,7 @@ "utils" ], "main": "index.js", - "types": "index.d.js", + "types": "index.d.ts", "homepage": "https://github.com/Hill-98/node-dbus-notifier", "repository": "github:Hill-98/node-dbus-notifier", "bugs": { @@ -35,7 +35,6 @@ "dbus-next": "^0.10.2" }, "devDependencies": { - "@types/check-types": "^7.3.3", "@types/node": "^12.0.0", "@typescript-eslint/eslint-plugin": "^5.38.0", "@typescript-eslint/parser": "^5.38.0", diff --git a/yarn.lock b/yarn.lock index 927f482..18877a8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -67,11 +67,6 @@ resolved "https://registry.yarnpkg.com/@nornagon/put/-/put-0.0.8.tgz#9d497ec46c9364acc3f8b59aa3cf8ee4134ae337" integrity sha512-ugvXJjwF5ldtUpa7D95kruNJ41yFQDEKyF5CW4TgKJnh+W/zmlBzXXeKTyqIgwMFrkePN2JqOBqcF0M0oOunow== -"@types/check-types@^7.3.3": - version "7.3.4" - resolved "https://registry.yarnpkg.com/@types/check-types/-/check-types-7.3.4.tgz#6b7e272d76396e6a1357e72aa1f4d68d5625ea5d" - integrity sha512-/OZLG2Uy7DMs3LowUnjJXDGG0ggvt2ffL15inlHbG1ldd2ilKROsGBWJgC2jDceL2n2wOurXix3N24GuqDkzMA== - "@types/json-schema@^7.0.9": version "7.0.11" resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.11.tgz#d421b6c527a3037f7c84433fd2c4229e016863d3"