Skip to content

Commit

Permalink
add snyk to npm test
Browse files Browse the repository at this point in the history
  • Loading branch information
OmgImAlexis committed Nov 21, 2015
1 parent ac788d2 commit 66806ae
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 9 deletions.
15 changes: 15 additions & 0 deletions .build/.snyk
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
ignore:
'npm:semver:20150403':
- [email protected]:
reason: Waiting for official update
expires: '2015-12-21T06:00:27.961Z'
'npm:uglify-js:20150824':
- [email protected]:
reason: Waiting for official update
expires: '2015-12-21T06:00:27.962Z'
'npm:uglify-js:20151024':
- [email protected]:
reason: Waiting for official update
expires: '2015-12-21T06:00:27.962Z'
patch: {}
version: v1
22 changes: 13 additions & 9 deletions .build/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,24 @@
"name": "sickrage",
"version": "4.0.72",
"private": true,
"devDependencies": {
"grunt": "^0.4.5",
"grunt-bower-concat": "^0.5.0",
"grunt-cli": "^0.1.13",
"grunt-contrib-cssmin": "^0.14.0",
"grunt-contrib-jshint": "^0.11.3",
"grunt-contrib-uglify": "^0.9.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SickRage/SickRage.git"
},
"bugs": {
"url": "https://github.com/SickRage/SickRage/issues"
},
"homepage": "https://github.com/SickRage/SickRage#readme"
"homepage": "https://github.com/SickRage/SickRage#readme",
"scripts": {
"test": "snyk test"
},
"dependencies": {
"snyk": "^1.3.1",
"grunt": "^0.4.5",
"grunt-bower-concat": "^0.5.0",
"grunt-cli": "^0.1.13",
"grunt-contrib-cssmin": "^0.14.0",
"grunt-contrib-jshint": "^0.11.3",
"grunt-contrib-uglify": "^0.9.2"
}
}

0 comments on commit 66806ae

Please sign in to comment.