@bigbinary/neetoui-rn 0.0.97 → 0.0.98
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/README.md +5 -4
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
[](https://app.netlify.com/sites/neetoui-rn/deploys)
|
|
2
2
|
[](https://app.netlify.com/sites/neetoui-rn-docs/deploys)
|
|
3
3
|
|
|
4
|
-
**neetoUI-RN** is the library that drives the experience in all
|
|
5
|
-
|
|
4
|
+
**neetoUI-RN** is the library that drives the experience in all
|
|
5
|
+
[neeto product's](https://neeto.com/) React Native application built at
|
|
6
|
+
[BigBinary](https://www.bigbinary.com).
|
|
6
7
|
|
|
7
8
|
## Documentation
|
|
8
9
|
|
|
@@ -80,8 +81,8 @@ You can use below commands for running storybook in different platforms:
|
|
|
80
81
|
## Auto Publish to NPM
|
|
81
82
|
|
|
82
83
|
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
|
|
84
|
-
get a live update.
|
|
84
|
+
new commit to master. You can checkout the `publish` workflow in Github actions
|
|
85
|
+
to get a live update.
|
|
85
86
|
|
|
86
87
|
## Building Storybook
|
|
87
88
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bigbinary/neetoui-rn",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.98",
|
|
4
4
|
"main": "lib/index.js",
|
|
5
5
|
"author": "BigBinary",
|
|
6
6
|
"license": "MIT",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"assets"
|
|
35
35
|
],
|
|
36
36
|
"lint-staged": {
|
|
37
|
-
"src/**/*.{js,es6,jsx,ts,tsx}": [
|
|
37
|
+
"src/**/*.{js,es6,jsx,ts,tsx}|storybook/stories**/*.js": [
|
|
38
38
|
"./node_modules/prettier/bin-prettier.js --write",
|
|
39
39
|
"prettier --write",
|
|
40
40
|
"eslint --fix"
|