Skip to content

Commit ce09799

Browse files
committed
build: update package
1 parent 59e9fbe commit ce09799

File tree

3 files changed

+56
-35
lines changed

3 files changed

+56
-35
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,9 @@ If you do not see notifications from Toasted-Notifier, click windows **Start** a
374374

375375
<br />
376376

377-
Locate Toasted-Notifier, or your `customPath` / `appID` program in the list.
377+
Locate `NtfyToast`, or your `customPath` / `appID` program in the list.
378+
379+
<sup>`Note`: <a href="https://github.com/Aetherinox/ntfy-toast">NtfyToast</a> is the library used in Toasted-Notifier for Windows notifications</sup>
378380

379381
<div align="center">
380382

package-lock.json

+48-30
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+5-4
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
"main": "index.js",
4141
"scripts": {
4242
"pretest": "npm run lint",
43+
"lint": "eslint example/*.js lib/*.js notifiers/*.js test/**/*.js index.js",
4344
"test": "jest",
4445
"example": "node ./example/message.js",
4546
"example:mac": "node ./example/advanced.js",
@@ -52,7 +53,6 @@
5253
"preexample:windows:nexe-custom-path": "rimraf dist",
5354
"example:windows:nexe-custom-path": "nexe -t windows-x64-14.15.3 -i ./example/toaster-custom-path.js -o ./dist/toaster-custom-path.exe && npm run copy-resources",
5455
"postexample:windows:nexe-custom-path": "noxenv DEBUG=notifier ./dist/toaster-custom-path.exe",
55-
"lint": "eslint example/*.js lib/*.js notifiers/*.js test/**/*.js index.js",
5656
"prepare": "husky install",
5757
"contrib:add": "all-contributors add",
5858
"contrib:generate": "all-contributors generate",
@@ -75,6 +75,7 @@
7575
},
7676
"devDependencies": {
7777
"@types/uuid": "^9.0.8",
78+
"@types/semver": "^7.5.8",
7879
"copyfiles": "^2.4.1",
7980
"@aetherinox/noxenv": "^1.0.0",
8081
"eslint": "^7.26.0",
@@ -87,16 +88,16 @@
8788
"jest": "^26.6.3",
8889
"lint-staged": "^13.0.3",
8990
"nexe": "^4.0.0-beta.19",
90-
"prettier": "^3.2.5",
91+
"prettier": "^3.3.2",
9192
"rimraf": "^3.0.2",
9293
"all-contributors-cli": "^6.26.1"
9394
},
9495
"dependencies": {
9596
"growly": "^1.3.0",
9697
"is-wsl": "^2.2.0",
97-
"semver": "^7.3.5",
98+
"semver": "^7.6.0",
9899
"shellwords": "^0.1.1",
99-
"uuid": "^8.3.2",
100+
"uuid": "^9.0.1",
100101
"which": "^2.0.2"
101102
},
102103
"lint-staged": {

0 commit comments

Comments
 (0)