Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove snyk - Closes #1967 #1990

Merged
merged 1 commit into from May 9, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


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

This file was deleted.

7 changes: 1 addition & 6 deletions package.json
Expand Up @@ -37,9 +37,7 @@
"pack:win": "cmd /c npm install && npm run install-electron-dependencies && npm run clean-build && npm run copy-files && npm run build-prod && npm run build-electron && npm run clean-dist && npm run dist:win",
"install-storybook-dependencies": "cd ./storybook/; npm install; cd ..",
"storybook": "cd ./storybook/; npm run storybook; cd ..",
"serve": "http-server",
"snyk-protect": "snyk protect",
"prepare": "npm run snyk-protect"
"serve": "http-server"
},
"author": "Lisk Foundation <admin@lisk.io>, lightcurve GmbH <admin@lightcurve.io>",
"license": "GPL-3.0",
Expand Down Expand Up @@ -106,8 +104,6 @@
"redux": "4.0.1",
"redux-thunk": "2.3.0",
"semver": "5.6.0",
"snyk": "1.147.3",
"snyk-nodejs-lockfile-parser": "1.12.0",
"socket.io-client": "2.2.0",
"trezor-connect": "^5.0.33",
"trezor.js": "^6.18.2",
Expand Down Expand Up @@ -255,7 +251,6 @@
"postcss-cssnext"
]
},
"snyk": true,
"engines": {
"node": ">=v8.14.0 <=v10.0.0"
}
Expand Down