package.json: remove jquery
This commit is contained in:
parent
724a302c47
commit
a29b41ae54
2 changed files with 1 additions and 15 deletions
13
package-lock.json
generated
13
package-lock.json
generated
|
|
@ -16,7 +16,6 @@
|
|||
"gulp-rename": "^2.0.0",
|
||||
"gulp-sass": "^5.1.0",
|
||||
"gulp-uglify": "^3.0.2",
|
||||
"jquery": "~3.0.0",
|
||||
"natives": "^1.1.6",
|
||||
"sass": "^1.54.0"
|
||||
}
|
||||
|
|
@ -2196,12 +2195,6 @@
|
|||
"node": ">=0.10.0"
|
||||
}
|
||||
},
|
||||
"node_modules/jquery": {
|
||||
"version": "3.0.0",
|
||||
"resolved": "https://registry.npmjs.org/jquery/-/jquery-3.0.0.tgz",
|
||||
"integrity": "sha1-laKpVBKRqfgZ4Bb4W6JHEW0D5Ks=",
|
||||
"dev": true
|
||||
},
|
||||
"node_modules/json-stable-stringify-without-jsonify": {
|
||||
"version": "1.0.1",
|
||||
"resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz",
|
||||
|
|
@ -6153,12 +6146,6 @@
|
|||
"integrity": "sha1-TkMekrEalzFjaqH5yNHMvP2reN8=",
|
||||
"dev": true
|
||||
},
|
||||
"jquery": {
|
||||
"version": "3.0.0",
|
||||
"resolved": "https://registry.npmjs.org/jquery/-/jquery-3.0.0.tgz",
|
||||
"integrity": "sha1-laKpVBKRqfgZ4Bb4W6JHEW0D5Ks=",
|
||||
"dev": true
|
||||
},
|
||||
"json-stable-stringify-without-jsonify": {
|
||||
"version": "1.0.1",
|
||||
"resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz",
|
||||
|
|
|
|||
Reference in a new issue