Skip to content

Commit 8b6d046

Browse files
Update Dependencies
2 parents 05f3483 + 9a184c5 commit 8b6d046

3 files changed

Lines changed: 10 additions & 11 deletions

File tree

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
## Small, lightweight, cross-platform, built in validation!
88

99

10-
### Zero Dependencies, 100% Test Coverage, Automated Cross-Platform End-to-End testing
10+
### Zero Dependencies, 100% Test Coverage, Automated Cross-Platform End-to-End tested
1111

1212
An easy, cross-platform, API to create desktop shortcuts with Node. (*Works in [NW.js](https://nwjs.io) too!*)
1313

@@ -195,7 +195,6 @@ Parts of the `windows.vbs` were copied/modified based on:
195195
* Fix reported bugs with a PR
196196
* Offer an async and sync mode, instead of just sync.
197197
* Note: Make sure it can still run in older versions of NW.js
198-
* Write unit tests. Preferably in Jest.
199198
* Help with any of the known issues listed below:
200199

201200

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@
2525
},
2626
"devDependencies": {
2727
"babel-eslint": "^10.1.0",
28-
"eslint": "^7.9.0",
28+
"eslint": "^7.10.0",
2929
"eslint-config-tjw-base": "^1.0.0",
3030
"eslint-config-tjw-jest": "^1.0.0",
31-
"eslint-plugin-jsdoc": "^30.5.1",
31+
"eslint-plugin-jsdoc": "^30.6.2",
3232
"jest": "24.9.0",
3333
"mock-fs": "^4.13.0"
3434
},

0 commit comments

Comments
 (0)