remove jquery from package.json since it's loaded at the dom level

This commit is contained in:
Albert Yi
2018-08-03 16:04:26 -07:00
parent cffb08a4b6
commit ba74691bc7
2 changed files with 1 additions and 2 deletions

View File

@@ -4,7 +4,6 @@
"debug-loader": "^0.0.1",
"expose-loader": "^0.7.5",
"hammerjs": "^2.0.8",
"jquery": "^3.3.1",
"jquery-ui": "^1.12.1",
"jquery-ujs": "^1.2.2",
"qtip2": "^3.0.3",

View File

@@ -3104,7 +3104,7 @@ jquery-ujs@^1.2.2:
dependencies:
jquery ">=1.8.0"
jquery@>=1.6.0, jquery@>=1.8.0, jquery@^3.3.1:
jquery@>=1.6.0, jquery@>=1.8.0:
version "3.3.1"
resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.3.1.tgz#958ce29e81c9790f31be7792df5d4d95fc57fbca"