@bigbinary/neetoui-rn 0.0.92 → 0.0.93

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 +4 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,8 +1,8 @@
1
1
  [![Netlify Status](https://api.netlify.com/api/v1/badges/1772e21c-61b9-4100-9b2e-9b0d1ce6a210/deploy-status)](https://app.netlify.com/sites/neetoui-rn/deploys)
2
2
  [![Netlify Status](https://api.netlify.com/api/v1/badges/717761ba-353e-4417-9860-86e49b78ac36/deploy-status)](https://app.netlify.com/sites/neetoui-rn-docs/deploys)
3
3
 
4
- **NeetoUI-RN** is the library that drives the experience in all Neeto React
5
- Native products built at [BigBinary](https://www.bigbinary.com).
4
+ **neetoUI-RN** is the library that drives the experience in all [neeto product's](https://neeto.com/) React
5
+ Native application built at [BigBinary](https://www.bigbinary.com).
6
6
 
7
7
  ## Documentation
8
8
 
@@ -79,8 +79,8 @@ You can use below commands for running storybook in different platforms:
79
79
 
80
80
  ## Auto Publish to NPM
81
81
 
82
- NeetoUI-RN version gets patched, auto-incremented and auto-published to npm on
83
- new commit to master. You can checkout the `publish` workflow in git actions to
82
+ neetoUI-RN version gets patched, auto-incremented and auto-published to npm on
83
+ new commit to master. You can checkout the `publish` workflow in Github actions to
84
84
  get a live update.
85
85
 
86
86
  ## Building Storybook
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bigbinary/neetoui-rn",
3
- "version": "0.0.92",
3
+ "version": "0.0.93",
4
4
  "main": "lib/index.js",
5
5
  "author": "BigBinary",
6
6
  "license": "MIT",