@@ -8,6 +8,12 @@ For more information about the STDF Icon component, please refer to the [Icon Gu
# Installation
+With BUN:
+
+```bash
+bun i rollup-plugin-stdf-icon -D
+```
Using PNPM:
```bash
@@ -8,6 +8,12 @@
# 安装
+使用 BUN:
使用 PNPM:
@@ -1,6 +1,6 @@
{
"name": "rollup-plugin-stdf-icon",
- "version": "0.0.10",
+ "version": "0.0.11",
"description": "A Rollup plugin that combines a series of svg into one symbol for use in the STDF project",
"main": "dist/index.js",
"scripts": {