Skip to content
This repository has been archived by the owner on Mar 20, 2021. It is now read-only.

Commit

Permalink
added snyk
Browse files Browse the repository at this point in the history
  • Loading branch information
ptariche committed Dec 5, 2016
1 parent 12e3157 commit af81070
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.5.2
ignore: {}
patch: {}
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": " An ECMA7 Koa2 example starter",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"test": "snyk test",
"start": "node dist/index.js"
},
"repository": {
Expand Down Expand Up @@ -47,12 +47,13 @@
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-sourcemaps": "^2.0.0-alpha",
"nodemon": "^1.9.1"
"nodemon": "^1.9.1",
"snyk": "^1.21.2"
},
"author": "Peter A. Tariche",
"license": "MIT",
"bugs": {
"url": "https://github.com/ptariche/ecma7-koa2-starter/issues"
},
"homepage": "https://github.com/ptariche/ecma7-koa2-starter#readme"
}
}

0 comments on commit af81070

Please sign in to comment.