remove deprecated npm prepublish script

This commit is contained in:
Sami Samhuri 2019-11-15 19:52:18 -08:00
parent aa365bebe0
commit 309c7dddc0

View file

@ -10,7 +10,6 @@
}, },
"scripts": { "scripts": {
"snyk-protect": "snyk protect", "snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect",
"prepare": "npm run snyk-protect" "prepare": "npm run snyk-protect"
}, },
"snyk": true "snyk": true