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

misc: Remove Snyk #151

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions .snyk

This file was deleted.

17 changes: 4 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
{
"name": "@sentry/webpack-plugin",
"description": "Official webpack plugin for Sentry",
"keywords": [
"sentry",
"sentry-cli",
"webpack",
"source-map"
],
"keywords": ["sentry", "sentry-cli", "webpack", "source-map"],
"author": "Sentry",
"version": "1.9.1",
"license": "MIT",
Expand All @@ -18,8 +13,7 @@
"node": ">= 6.0.0"
},
"dependencies": {
"@sentry/cli": "^1.48.0",
"snyk": "^1.231.0"
"@sentry/cli": "^1.48.0"
},
"devDependencies": {
"codecov": "^3.5.0",
Expand All @@ -43,9 +37,6 @@
"test": "jest",
"test:integration": "cd example && yarn && yarn test",
"test:watch": "jest --watch --notify",
"codecov": "codecov",
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect"
},
"snyk": true
"codecov": "codecov"
}
}
Loading