mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 11:50:00 +00:00
Add Synk Policy
This commit is contained in:
parent
f25da27c58
commit
4950b69152
@ -8,7 +8,8 @@
|
|||||||
"eslint": "eslint .",
|
"eslint": "eslint .",
|
||||||
"jscs": "jscs **/**/**/**/*.js",
|
"jscs": "jscs **/**/**/**/*.js",
|
||||||
"stylelint": "stylelint css/main.css fonts/roboto.css",
|
"stylelint": "stylelint css/main.css fonts/roboto.css",
|
||||||
"htmlvalidator": "html-validator --file=index.html"
|
"htmlvalidator": "html-validator --file=index.html",
|
||||||
|
"test": "snyk test"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
@ -41,6 +42,7 @@
|
|||||||
"iconv-lite": "latest",
|
"iconv-lite": "latest",
|
||||||
"moment": "latest",
|
"moment": "latest",
|
||||||
"request": "latest",
|
"request": "latest",
|
||||||
|
"snyk": "^1.13.2",
|
||||||
"socket.io": "latest",
|
"socket.io": "latest",
|
||||||
"valid-url": "latest",
|
"valid-url": "latest",
|
||||||
"walk": "latest"
|
"walk": "latest"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user