@but212/atom-effect-jquery 0.8.3 → 0.8.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -35,7 +35,7 @@ pnpm add @but212/atom-effect-jquery jquery @but212/atom-effect
|
|
|
35
35
|
<!-- Load jQuery -->
|
|
36
36
|
<script src="https://code.jquery.com/jquery-3.7.1.min.js"></script>
|
|
37
37
|
<!-- Load atom-effect-jquery -->
|
|
38
|
-
<script src="https://cdn.jsdelivr.net/npm/@but212/atom-effect-jquery@0.8.
|
|
38
|
+
<script src="https://cdn.jsdelivr.net/npm/@but212/atom-effect-jquery@0.8.4"></script>
|
|
39
39
|
```
|
|
40
40
|
|
|
41
41
|
## Basic Usage
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@but212/atom-effect-jquery",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.4",
|
|
4
4
|
"description": "Reactive jQuery bindings powered by atom-effect",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"jquery",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"jquery": ">=3.0.0"
|
|
43
43
|
},
|
|
44
44
|
"dependencies": {
|
|
45
|
-
"@but212/atom-effect": "0.8.
|
|
45
|
+
"@but212/atom-effect": "0.8.4"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
48
|
"@types/jquery": "^3.5.33",
|