@bigbinary/neetoui-rn 0.0.229 → 0.0.230

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 +7 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -97,7 +97,13 @@ create `dist` folder with static files in `docs` folder.
97
97
 
98
98
  To publish locally
99
99
  ```
100
- rm -rf ~/.yalc/packages && yalc publish --private
100
+ yarn build && rm -rf ~/.yalc/packages && yalc publish --private
101
+ ```
102
+
103
+ or
104
+
105
+ ```
106
+ yarn yalc:publish
101
107
  ```
102
108
 
103
109
  To install local yalc version of library in any app.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bigbinary/neetoui-rn",
3
- "version": "0.0.229",
3
+ "version": "0.0.230",
4
4
  "main": "lib/index.js",
5
5
  "author": "BigBinary",
6
6
  "license": "MIT",