@jingx/lottery-components-react-jsx 1.0.11 → 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/dist/index.cjs.js +178 -80
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +178 -80
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
- package/readme.md +12 -0
package/package.json
CHANGED
package/readme.md
CHANGED
|
@@ -1,2 +1,14 @@
|
|
|
1
|
+
# Publish npm : increase version in package.json before doing this
|
|
2
|
+
|
|
1
3
|
npm run build
|
|
2
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
|