Remove jQuery dependency and JS bundle
Following #2645 jQuery is no longer used by the Hypothesis client.
Showing
... | ... | @@ -54,7 +54,6 @@ |
"gulp-rename": "^2.0.0", | ||
"gulp-replace": "^1.0.0", | ||
"hammerjs": "^2.0.4", | ||
"jquery": "^3.2.1", | ||
"js-polyfills": "^0.1.16", | ||
"karma": "^5.0.1", | ||
"karma-browserify": "^7.0.0", | ||
... | ... | @@ -115,8 +114,7 @@ |
] | ||
}, | ||
"browser": { | ||
"fetch-mock": "./node_modules/fetch-mock/cjs/client.js", | ||
"jquery": "./node_modules/jquery/dist/jquery.slim.js" | ||
"fetch-mock": "./node_modules/fetch-mock/cjs/client.js" | ||
}, | ||
"main": "./build/boot.js", | ||
"scripts": { | ||
... | ... |
Please register or sign in to comment