From 3c662893b58ed13cf220c974ed913280d206e4b6 Mon Sep 17 00:00:00 2001 From: setefocos Date: Fri, 7 Aug 2020 17:49:37 -0300 Subject: [PATCH] Update package.json Webpack compatibility! A lot of projects uses jquery and must share the same instance of jquery. --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 147e92d..f93687b 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "url" : "http://rocha.la/" }, - "dependencies" : { + "peerDependencies" : { "jquery" : ">= 1.7" }, @@ -29,4 +29,4 @@ "url": "http://www.opensource.org/licenses/gpl-license.php" } ] -} \ No newline at end of file +}