@jingx/lottery-components-react-jsx 1.0.27 → 1.0.28
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/dist/index.cjs.js +8146 -654
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +8183 -692
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
- package/readme.md +20 -0
package/package.json
CHANGED
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
|