@blocklet/aigne-hub 0.4.31 → 0.4.33

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 +7 -9
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
- # AIGNE Hub Lib
1
+ # AIGNE Hub Library
2
2
 
3
- AIGNE Hub common UX component
3
+ Common UX components for AIGNE Hub
4
4
 
5
5
  ## Usage
6
6
 
@@ -13,17 +13,15 @@ function App() {
13
13
  }
14
14
  ```
15
15
 
16
- ## Develop
16
+ ## Development
17
17
 
18
- ```
19
-
20
- # develop with @blocklet/aigne-hub and storybook
18
+ ```bash
19
+ # Develop with @blocklet/aigne-hub and Storybook
21
20
  npm run dev
22
21
 
23
- # only develop with @blocklet/aigne-hub
22
+ # Develop with @blocklet/aigne-hub only
24
23
  npm run watch
25
24
 
26
- # only develop with storybook
25
+ # Develop with Storybook only
27
26
  npm run storybook
28
-
29
27
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blocklet/aigne-hub",
3
- "version": "0.4.31",
3
+ "version": "0.4.33",
4
4
  "description": "The react.js component library for AIGNE Hub",
5
5
  "publishConfig": {
6
6
  "access": "public"