From 5ce0d77f87d7e89320f37b9c5482f01f09bbd5de Mon Sep 17 00:00:00 2001 From: Nick Meehan Date: Sat, 3 Dec 2016 13:24:32 -0800 Subject: [PATCH] Jquery is not a dependency Jquery is not a dependency it is optional and should be treated as such. Registry override will solve error #578 --- package.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/package.json b/package.json index d211c53..5454566 100644 --- a/package.json +++ b/package.json @@ -51,9 +51,7 @@ }, "jspm": { "main": "./index.js", - "dependencies": { - "jquery": "npm:jquery" - } + "registry": "jspm" }, "typings": "perfect-scrollbar.d.ts", "scripts": {