Skip to content

Commit

Permalink
chore: remove snyk
Browse files Browse the repository at this point in the history
  • Loading branch information
danielwii committed Nov 9, 2020
1 parent 86bbc51 commit e4df3b1
Show file tree
Hide file tree
Showing 3 changed files with 1,423 additions and 2,997 deletions.
10 changes: 0 additions & 10 deletions .snyk

This file was deleted.

8 changes: 2 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,7 @@
"pre-commit": "jest",
"test": "ENV=test jest",
"check:circular": "npx madge --circular --extensions ts ./",
"codegen:generate": "apollo codegen:generate --endpoint http://localhost:5100/graphql --target typescript --includes=services/*.ts --tagName gql --addTypename",
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect"
"codegen:generate": "apollo codegen:generate --endpoint http://localhost:5100/graphql --target typescript --includes=services/*.ts --tagName gql --addTypename"
},
"dependencies": {
"@ant-design/compatible": "^1.0.8",
Expand Down Expand Up @@ -100,7 +98,6 @@
"redux-saga": "^1.1.3",
"rxjs": "^6.6.3",
"shortid": "^2.2.16",
"snyk": "^1.424.4",
"socket.io-client": "^2.3.1",
"spinkit": "^2.0.1",
"stream-array": "^1.1.2",
Expand Down Expand Up @@ -170,6 +167,5 @@
},
"lint-staged": {
"**/*": "prettier --write --ignore-unknown"
},
"snyk": true
}
}

0 comments on commit e4df3b1

Please sign in to comment.