sb_js-react 0.0.3 → 0.0.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -20,7 +20,7 @@ import Sb_Js, { registerClass } from './Sb_Js';
20
20
  hoverfg="white" click="myPara,{font-size:120px; color:orange}">
21
21
  click me
22
22
  </button>
23
- <p className='para' fg="blue">i'm sb_js</p>
23
+ <p className='para' fg="blue" id="myPara">i'm sb_js</p>
24
24
 
25
25
  <h1 className="hadding" fg="red" hoverfg="green" px="20px" mt="120px"> Hello World </h1>
26
26
  <p className="para2" fg="blue" bold="true" fs="20"> Hello World </p>
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "sb_js-react",
3
- "version": "0.0.3",
4
- "description": "sb_js is a javascript library for react",
3
+ "version": "0.0.4",
4
+ "description": "A Javascript library for style HTML elemtnt using custome attributes.",
5
5
  "main": "index.js",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1"
@@ -17,7 +17,7 @@
17
17
  "SbJs",
18
18
  "Sb_Js"
19
19
  ],
20
- "author": "sourav bishai",
20
+ "author": "Sourav Bishai",
21
21
  "license": "ISC",
22
22
  "bugs": {
23
23
  "url": "https://github.com/techCodeSB/sb_js-react/issues"