Skip to content

Commit

Permalink
Merge db72bee into 988e7a9
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Jan 29, 2019
2 parents 988e7a9 + db72bee commit cc31007
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@
"coverage": "npm run build && istanbul cover _mocha -- -R spec",
"test": "PREQ_CONNECT_TIMEOUT=15 mocha",
"coveralls": "cat ./coverage/lcov.info | coveralls",
"lint": "eslint ."
"lint": "eslint .",
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect"
},
"author": "HTW",
"license": "MIT",
Expand Down Expand Up @@ -68,7 +70,8 @@
"xml2js": "^0.4.17",
"xmldom": "^0.1.22",
"xpath": "^0.0.27",
"xtraverse": "^0.1.0"
"xtraverse": "^0.1.0",
"snyk": "^1.123.0"
},
"devDependencies": {
"bootstrap": "^4.2.1",
Expand All @@ -87,5 +90,6 @@
"nodemon": "^1.11.0",
"rx": "^4.1.0",
"supertest": "^3.0.0"
}
},
"snyk": true
}

0 comments on commit cc31007

Please sign in to comment.