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
This commit is contained in:
Nick Meehan 2016-12-03 13:24:32 -08:00 committed by GitHub
parent f811bbcab5
commit 5ce0d77f87

View File

@ -51,9 +51,7 @@
}, },
"jspm": { "jspm": {
"main": "./index.js", "main": "./index.js",
"dependencies": { "registry": "jspm"
"jquery": "npm:jquery"
}
}, },
"typings": "perfect-scrollbar.d.ts", "typings": "perfect-scrollbar.d.ts",
"scripts": { "scripts": {