From ef4846d3f2fefcb4d563c0a46219080b8955f0a5 Mon Sep 17 00:00:00 2001 From: Liran Tal Date: Sat, 5 Oct 2019 13:55:05 +0300 Subject: [PATCH] chore: fix lockfile-lint source file --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4dea6a7..1b98579 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ }, "scripts": { "lint": "eslint . && npm run lint:lockfile", - "lint:lockfile": "lockfile-lint --path package-lock.json --type npm --validate-https --allowed-hosts npm yarn", + "lint:lockfile": "lockfile-lint --path yarn.lock --type yarn --validate-https --allowed-hosts npm yarn", "lint:fix": "eslint . --fix", "format": "prettier --config .prettierrc.js --write '**/*.js'", "test": "jest",