@yungu-fed/componentlibrary 0.0.2 → 0.0.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
@@ -26,7 +26,9 @@ npm run preview
26
26
 
27
27
  # 监听模式构建
28
28
  npm run build:watch
29
- ```
29
+
30
+ # 登录npmjs
31
+ npm login
30
32
 
31
33
  # 推向公共包
32
34
  npm publish --access=public
package/dist/index.d.ts CHANGED
@@ -1,2 +1,3 @@
1
+
1
2
  export { default as Button } from './components/Button';
2
3
  export { default as Popover } from './components/Popover';