Uninstall jquery package

This commit is contained in:
Liam Westby 2018-04-17 14:57:35 -05:00
parent fedcf934ac
commit ee9ee1d386
3 changed files with 0 additions and 7 deletions

View File

@ -23,7 +23,6 @@
"styles.scss"
],
"scripts": [
"../node_modules/jquery/dist/jquery.min.js",
"../node_modules/bootstrap/dist/js/bootstrap.min.js"
],
"environmentSource": "environments/environment.ts",

View File

@ -5515,11 +5515,6 @@
"integrity": "sha1-43zwsX8ZnM4jvqcbIDk5Uka07E4=",
"dev": true
},
"jquery": {
"version": "3.3.1",
"resolved": "https://registry.npmjs.org/jquery/-/jquery-3.3.1.tgz",
"integrity": "sha512-Ubldcmxp5np52/ENotGxlLe6aGMvmF4R8S6tZjsP6Knsaxd/xp3Zrh50cG93lR6nPXyUFwzN3ZSOQI0wRJNdGg=="
},
"js-base64": {
"version": "2.4.3",
"resolved": "https://registry.npmjs.org/js-base64/-/js-base64-2.4.3.tgz",

View File

@ -28,7 +28,6 @@
"autoprefixer": "^7.2.6",
"bootstrap": "^4.0.0",
"core-js": "^2.4.1",
"jquery": "^3.3.1",
"node-sass": "^4.7.2",
"npm": "^5.7.1",
"rxjs": "^5.5.6",