A design system in a box. hip-ui.tngl.io/docs/introduction
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix bin name

+2 -2
+2 -2
packages/hip-ui/package.json
··· 1 1 { 2 2 "name": "hip-ui", 3 - "version": "0.0.0", 3 + "version": "0.1.0", 4 4 "type": "module", 5 5 "bin": { 6 - "hip": "./dist/cli/bin.js" 6 + "hip-ui": "./dist/cli/bin.js" 7 7 }, 8 8 "exports": { 9 9 "./*": "./dist/*.js"