From e949f4c52a7cebb34de06c765ec1e5dfaad133d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Lorber?= Date: Mon, 23 Nov 2020 14:10:07 +0100 Subject: [PATCH] chore(v2): remove useless stylelint-copyright peerDependency (#3800) --- package.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/package.json b/package.json index f09742c5ce..685c9eb770 100644 --- a/package.json +++ b/package.json @@ -118,9 +118,6 @@ "stylelint": "^13.2.1", "typescript": "^3.9.5" }, - "peerDependencies": { - "stylelint-copyright": "2.0.0-alpha.66" - }, "lint-staged": { "*.{js,jsx,ts,tsx}": [ "eslint --fix",