@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.
Files changed (2) hide show
  1. package/README.md +5 -4
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,8 +1,9 @@
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 product's](https://neeto.com/) React
5
- Native application built at [BigBinary](https://www.bigbinary.com).
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 to
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.97",
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"