react-restyle-components 0.1.16 → 0.1.17

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 -0
  2. package/package.json +3 -2
package/README.md CHANGED
@@ -18,4 +18,8 @@ import {Stepper} from 'react-restyle-components';
18
18
 
19
19
  ### Outputs
20
20
 
21
+ # Storybook
22
+
23
+ https://appasaheb4.github.io/react-restyle-components
24
+
21
25
  ### More inforamtion watch youtube channel: https://www.youtube.com/tech-abl
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-restyle-components",
3
- "version": "0.1.16",
3
+ "version": "0.1.17",
4
4
  "private": false,
5
5
  "description": "Easy use restyle components",
6
6
  "types": "lib/index.d.ts",
@@ -36,7 +36,8 @@
36
36
  "test": "react-scripts test",
37
37
  "eject": "react-scripts eject",
38
38
  "storybook": "start-storybook -p 6006 -s public",
39
- "build-storybook": "build-storybook -o docs-build"
39
+ "build-storybook": "build-storybook -o docs-build",
40
+ "deploy-storybook": "gh-pages -d docs-build"
40
41
  },
41
42
  "files": [
42
43
  "lib/"