@bpui/button
Advanced tools
Comparing version 0.0.5 to 0.0.6
{ | ||
"description": "button", | ||
"dependencies": { | ||
"@bpui/libs": "0.0.28" | ||
"@bpui/libs": "0.0.29" | ||
}, | ||
@@ -28,4 +28,7 @@ "directories": {}, | ||
], | ||
"scripts": { | ||
"prepare": "node ../../scripts/bundle.js" | ||
}, | ||
"name": "@bpui/button", | ||
"version": "0.0.5" | ||
"version": "0.0.6" | ||
} |
@@ -7,2 +7,7 @@ button style | ||
<button class="bp-btnWarning bp-btnBorder">border button</button> | ||
``` | ||
```css | ||
import '@bpui/libs/style'; | ||
import '@bpui/button/style'; | ||
``` |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
6
12
4086
+ Added@bpui/libs@0.0.29(transitive)
- Removed@bpui/libs@0.0.28(transitive)
Updated@bpui/libs@0.0.29