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