jquery-react-render 1.3.5 → 1.3.6

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.
Files changed (3) hide show
  1. package/README.md +2 -22
  2. package/index.js +12 -9
  3. package/package.json +7 -4
package/README.md CHANGED
@@ -15,7 +15,8 @@ You can pass a react component or html element and append it where you want... i
15
15
 
16
16
  ![License](https://img.shields.io/badge/license-MIT-blue.svg)
17
17
 
18
- > NOTE: if you have intention to use exclusively in react please, use ["REACT-ATTACK"](https://www.npmjs.com/package/react-attack) instead.
18
+ > [!NOTE]
19
+ > If you have intention to use exclusively in react please, use ["REACT-ATTACK"](https://www.npmjs.com/package/react-attack) instead.
19
20
 
20
21
  ## install
21
22
 
@@ -30,27 +31,6 @@ If your app is an SPA you need to import only one time at first script
30
31
  import "jquery-react-render"
31
32
  ```
32
33
 
33
- ---
34
-
35
- > [!IMPORTANT]
36
- > Your project need to have jquery as dependencies
37
- > Use this on core config
38
-
39
- ### **install jquery**
40
-
41
- ```js
42
- npm -D install jquery
43
- ```
44
-
45
- ### **load jquery in your project**
46
-
47
- ```js
48
- import $ from "jquery";
49
- window.$ = window.jQuery = $
50
- ```
51
-
52
- ---
53
-
54
34
  ## Example in vanilla js
55
35
 
56
36
  ```js