Skip to content

Commit

Permalink
Update to jQuery 3.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fasttime committed Aug 29, 2023
1 parent 77529bb commit 9c6375c
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
1 change: 0 additions & 1 deletion jquery-3.7.0.screwed.js

This file was deleted.

1 change: 1 addition & 0 deletions jquery-3.7.1.screwed.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jquery-screwed",
"version": "3.7.0-screwed.1",
"version": "3.7.1-screwed.1",
"description": "jQuery JavaScript library made of only six different characters: ! ( ) + [ ]",
"keywords": [
"jquery",
Expand All @@ -12,7 +12,7 @@
"license": "MIT",
"author": "Francesco Trotta <[email protected]> (https://github.com/fasttime)",
"files": [],
"main": "jquery-3.7.0.screwed.js",
"main": "jquery-3.7.1.screwed.js",
"repository": {
"type": "git",
"url": "https://github.com/fasttime/jquery-screwed.git"
Expand All @@ -24,7 +24,7 @@
"@fasttime/lint": "latest",
"del": "latest",
"gulp": "latest",
"jquery": "3.7.0",
"jquery": "3.7.1",
"jscrewit": "latest"
}
}
20 changes: 10 additions & 10 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jQuery JavaScript library made using only six different characters: `!` `(` `)`
You can use jQuery Screwed anywhere in your code like the regular jQuery.

```html
<script src="jquery-3.7.0.screwed.js"></script>
<script src="jquery-3.7.1.screwed.js"></script>
```

```html
Expand All @@ -25,15 +25,15 @@ header.

### From npm

* https://cdn.jsdelivr.net/npm/[email protected].0-screwed.1/jquery-3.7.0.screwed.js
* https://unpkg.com/[email protected].0-screwed.1
* https://cdn.jsdelivr.net/npm/[email protected].1-screwed.1/jquery-3.7.1.screwed.js
* https://unpkg.com/[email protected].1-screwed.1

### From GitHub

* https://cdn.jsdelivr.net/gh/fasttime/[email protected].0-screwed.1/jquery-3.7.0.screwed.js
* https://cdn.staticaly.com/gh/fasttime/jquery-screwed/3.7.0-screwed.1/jquery-3.7.0.screwed.js
* https://gitcdn.xyz/repo/fasttime/jquery-screwed/3.7.0-screwed.1/jquery-3.7.0.screwed.js
* https://rawcdn.githack.com/fasttime/jquery-screwed/3.7.0-screwed.1/jquery-3.7.0.screwed.js
* https://cdn.jsdelivr.net/gh/fasttime/[email protected].1-screwed.1/jquery-3.7.1.screwed.js
* https://cdn.staticaly.com/gh/fasttime/jquery-screwed/3.7.1-screwed.1/jquery-3.7.1.screwed.js
* https://gitcdn.xyz/repo/fasttime/jquery-screwed/3.7.1-screwed.1/jquery-3.7.1.screwed.js
* https://rawcdn.githack.com/fasttime/jquery-screwed/3.7.1-screwed.1/jquery-3.7.1.screwed.js

## Creation

Expand All @@ -43,10 +43,10 @@ Below are the steps to recreate it manually.
* Install the current version of [Node.js](https://nodejs.org) if you haven't done so yet.
* Install JScrewIt: run in the command line<br>
`npm install -g jscrewit`
* Download jQuery—current stable version is 3.7.0: https://code.jquery.com/jquery-3.7.0.min.js
* Download jQuery—current stable version is 3.7.1: https://code.jquery.com/jquery-3.7.1.min.js
* Replace path names as appropriate and run<br>
`node jscrewit -ct -f BROWSER path/to/source/jquery-3.7.0.min.js
path/to/dest/jquery-3.7.0.screwed.js`
`node jscrewit -ct -f BROWSER path/to/source/jquery-3.7.1.min.js
path/to/dest/jquery-3.7.1.screwed.js`

## Browser Support

Expand Down
2 changes: 1 addition & 1 deletion test.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
statusBlock.textContent = 'jQuery Screwed was not loaded correctly.';
}
};
script.src = 'jquery-3.7.0.screwed.js';
script.src = 'jquery-3.7.1.screwed.js';
document.querySelector('head').appendChild(script);
}

Expand Down

0 comments on commit 9c6375c

Please sign in to comment.