mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
feature(bower) jquery v3.3.1
This commit is contained in:
parent
491e6220ca
commit
1a424162c7
6 changed files with 25 additions and 15 deletions
|
|
@ -18,9 +18,9 @@
|
|||
],
|
||||
"remote": [{
|
||||
"name": "jquery",
|
||||
"version": "3.2.1",
|
||||
"version": "3.3.1",
|
||||
"local": "/modules/jquery/dist/jquery.min.js",
|
||||
"remote": "//ajax.googleapis.com/ajax/libs/jquery/{{ version }}/jquery.min.js"
|
||||
"remote": "https://code.jquery.com/jquery-{{ version }}.min.js"
|
||||
}, {
|
||||
"name": "socket",
|
||||
"version": "2.0.3",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue