jquery-react-render 1.0.1 → 1.0.3

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  # jquery-react-render
2
2
 
3
3
  If you love to use Jquery and react... this is for you!
4
- You can pass and react component or html element and append where you want in react style
4
+ You can pass a react component or html element and append it where you want... in react style
5
5
 
6
6
  ## install
7
7
 
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "jquery-react-render",
3
- "version": "1.0.1",
4
- "description": "Render React Element Using Jquery command",
5
- "keywords":["jquery, react, render, component, dario, passariello"],
3
+ "version": "1.0.3",
4
+ "description": "Render React Component Using Jquery",
5
+ "keywords":["jquery-react-render, jquery, react, render, component, dario, passariello"],
6
6
  "license": "MIT",
7
7
  "author": "Dario Passariello",
8
8
  "type": "commonjs",
package/.editorconfig DELETED
@@ -1,31 +0,0 @@
1
- root = true
2
-
3
- [*]
4
- charset = utf-8
5
- tab_width = 2
6
- indent_size = 2
7
- indent_style = space
8
- end_of_line = CRLF
9
- insert_final_newline = true
10
- trim_trailing_whitespace = true
11
- max_line_length = off
12
-
13
- [*.md]
14
- trim_trailing_whitespace = false
15
-
16
- [*.js]
17
- block_comment_start = /*
18
- block_comment = *
19
- block_comment_end = */
20
-
21
- [*.yml]
22
- indent_size = 1
23
-
24
- [{*.json,Makefile}]
25
- max_line_length = off
26
-
27
- [test/{dotdot,resolver,module_dir,multirepo,node_path,pathfilter,precedence}/**/*]
28
- indent_style = off
29
- indent_size = off
30
- max_line_length = off
31
- insert_final_newline = off