Add Synk Policy

This commit is contained in:
Nicholas Hubbard 2016-04-10 16:04:51 -04:00
parent f25da27c58
commit 4950b69152
2 changed files with 4 additions and 1 deletions

1
.snyk Normal file
View File

@ -0,0 +1 @@
version: v1

View File

@ -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"