@jingx/lottery-components-react-jsx 1.0.10 → 1.0.13

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.10",
3
+ "version": "1.0.13",
4
4
  "type": "module",
5
5
  "main": "./dist/index.cjs.js",
6
6
  "module": "./dist/index.esm.js",
package/readme.md ADDED
@@ -0,0 +1,14 @@
1
+ # Publish npm : increase version in package.json before doing this
2
+
3
+ npm run build
4
+ npm publish --access public
5
+
6
+ # Dev run package
7
+
8
+ npm i
9
+ npm run dev
10
+
11
+ # Open other terminal : Run test with real app
12
+
13
+ npm run example:install
14
+ npm run exmaple