Skip to content

Commit

Permalink
Merge pull request #40 from snyk-tech-services/chore/remove-snyk-dev-dep
Browse files Browse the repository at this point in the history
chore: rm snyk dev dep
  • Loading branch information
aarlaud authored Oct 5, 2021
2 parents 5a4d5f6 + 5635d0b commit 34d38aa
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ const run = async () => {
const filters = `{
"filters": {
"severities": [
"critical",
"high",
"medium",
"low"
Expand Down
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"format": "prettier --write '{''{lib,test}/!(fixtures)/**/*,*}.{js,ts,json,yml}'",
"lint": "npm run format:check && npm run lint:eslint",
"lint:eslint": "eslint --cache '{lib,test}/**/*.ts'",
"test": "snyk test && npm run lint && npm run test:unit",
"test": "npm run lint && npm run test:unit",
"test:unit": "jest",
"test:coverage": "npm run test:unit -- --coverage",
"test:watch": "tsc-watch --onSuccess 'npm run test:unit'",
Expand Down Expand Up @@ -56,7 +56,6 @@
"jest": "^25.1.0",
"nock": "^12.0.3",
"prettier": "^1.19.1",
"snyk": "^1.462.0",
"ts-jest": "^25.1.0",
"ts-node": "8.6.2",
"tsc-watch": "^4.1.0",
Expand All @@ -71,6 +70,5 @@
"branches": [
"master"
]
},
"snyk": true
}
}
1 change: 1 addition & 0 deletions src/lib/examples.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ const run = async () => {
const filters = `{
"filters": {
"severities": [
"critical",
"high",
"medium",
"low"
Expand Down

0 comments on commit 34d38aa

Please sign in to comment.