Skip to content

Commit

Permalink
v0.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Hill-98 committed Nov 14, 2022
1 parent 9731659 commit 2577363
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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": {
Expand All @@ -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",
Expand Down
5 changes: 0 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 2577363

Please sign in to comment.