@rabbitio/ui-kit 1.0.0-alpha.2 → 1.0.0-alpha.4

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 CHANGED
@@ -8,7 +8,7 @@ npm install --save @rabbitio/ui-kit
8
8
  ~~~
9
9
  import { Button } from "@rabbitio/ui-kit";
10
10
  ~~~
11
- 2. Also, you should always import base styles into your scss index file:
11
+ 2. [In progress] Also, you can import base styles into your scss index file:
12
12
  ~~~
13
13
  @import "@rabbitio/ui-kit/styles/index";
14
14
  ~~~
@@ -28,3 +28,11 @@ sudo docker build -t storybook-app .
28
28
  ~~~
29
29
  sudo docker run -d -p 6006:6006 storybook-app
30
30
  ~~~
31
+
32
+ # Publishing
33
+ 1. Increase version number and commit
34
+ 2. Run:
35
+ ~~~
36
+ npm login
37
+ npm publish --access public
38
+ ~~~
Binary file
Binary file
Binary file
Binary file
Binary file