@tiddh/brave-vue 1.9.25 → 1.9.28

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
@@ -1,18 +1,19 @@
1
1
  # brave-vue
2
2
 
3
3
  ## Project setup
4
+
4
5
  ```
5
- npm install
6
+ yarn install
6
7
  ```
7
8
 
8
9
  ### Compile Storybook
10
+
9
11
  ```
10
- npm run storybook
12
+ yarn run storybook
11
13
  ```
12
14
 
13
15
  ### Build Storybook
16
+
14
17
  ```
15
- npm run build-storybook
18
+ yarn run build-storybook
16
19
  ```
17
-
18
-