Skip to content

Commit

Permalink
Update postinstall.js
Browse files Browse the repository at this point in the history
  • Loading branch information
mythz committed Nov 20, 2023
1 parent ff152d9 commit fc6a2cc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions MyApp/postinstall.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ const writeTo = './wwwroot/lib'
const defaultPrefix = 'https://unpkg.com'
const files = {
js: {
'jquery.js': 'https://code.jquery.com/jquery-3.6.3.js',
'jquery.min.js': 'https://code.jquery.com/jquery-3.6.3.min.js',
'jquery.min.map': 'https://code.jquery.com/jquery-3.6.3.min.map',
'jquery.js': 'https://code.jquery.com/jquery-3.7.1.js',
'jquery.min.js': 'https://code.jquery.com/jquery-3.7.1.min.js',
'jquery.min.map': 'https://code.jquery.com/jquery-3.7.1.min.map',
'jquery.validate.js': '/jquery-validation@1/dist/jquery.validate.js',
'jquery.validate.min.js': '/jquery-validation@1/dist/jquery.validate.min.js',
'additional-methods.min.js': '/jquery-validation@1/dist/additional-methods.min.js',
Expand Down

0 comments on commit fc6a2cc

Please sign in to comment.