From df66b086a85eb2fc8661119ef5a37ed15aad1c77 Mon Sep 17 00:00:00 2001 From: James Healy Date: Tue, 24 Oct 2017 00:28:45 +1100 Subject: [PATCH] Convert jquery to a peer dependency As suggested in https://github.com/yarnpkg/yarn/issues/4125 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 08a5a245..ca5c8bce 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "url": "https://github.com/rails/jquery-ujs/issues" }, "homepage": "https://github.com/rails/jquery-ujs#readme", - "dependencies": { + "peerDependencies": { "jquery": ">=1.8.0" } }