Skip to content

Commit

Permalink
added semver & validator dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Oaphi committed Aug 11, 2021
1 parent 9ec0c1e commit 863359d
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 8 deletions.
51 changes: 43 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@
"@types/chai-as-promised": "^7.1.4",
"@types/mocha": "^8.2.3",
"@types/node": "^16.4.2",
"@types/semver": "^7.3.8",
"@types/tampermonkey": "^4.0.2",
"@types/validator": "^13.6.3",
"@types/yargs": "^17.0.2",
"@typescript-eslint/eslint-plugin": "^4.28.4",
"@typescript-eslint/parser": "^4.28.4",
Expand All @@ -58,6 +60,8 @@
},
"dependencies": {
"chalk": "^4.1.1",
"semver": "^7.3.5",
"validator": "^13.6.0",
"yargs": "^17.0.1"
},
"main": "dist/index.js",
Expand Down

0 comments on commit 863359d

Please # to comment.