Skip to content

Commit

Permalink
added vulnerability testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Ozan Tunca committed May 19, 2016
1 parent b89a362 commit 803074b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .snyk
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
version: v1.4.0
ignore: {}
patch: {}
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"underscore": "^1.8.3"
},
"scripts": {
"test": "mocha test/index.js",
"test": "snyk test && mocha test/index.js",
"build": "babel src --out-dir dist",
"dev": "babel src --out-dir dist --watch"
},
Expand All @@ -48,6 +48,7 @@
"chai": "^3.5.0",
"eslint": "^2.10.2",
"eslint-plugin-babel": "^3.2.0",
"mocha": "^2.4.5"
"mocha": "^2.4.5",
"snyk": "^1.14.3"
}
}
}

0 comments on commit 803074b

Please sign in to comment.