@jingx/lottery-components-react-jsx 1.0.27 → 1.0.29

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jingx/lottery-components-react-jsx",
3
- "version": "1.0.27",
3
+ "version": "1.0.29",
4
4
  "type": "module",
5
5
  "main": "./dist/index.cjs.js",
6
6
  "module": "./dist/index.esm.js",
package/readme.md CHANGED
@@ -12,3 +12,23 @@ npm run dev
12
12
 
13
13
  npm run example:install
14
14
  npm run example
15
+
16
+ # Link npm for local testing
17
+
18
+ # In npm run :
19
+
20
+ npm link
21
+
22
+ # In project run :
23
+
24
+ npm link @jingx/lottery-components-react-jsx
25
+
26
+ # Unlink
27
+
28
+ # In npm run :
29
+
30
+ npm unlink
31
+
32
+ # In project run :
33
+
34
+ npm unlink @jingx/lottery-components-react-jsx