Explorar o código

[icon]Add bun

dufu1991 %!s(int64=3) %!d(string=hai) anos
pai
achega
9346877146

+ 6 - 0
packages/rollup-plugin-stdf-icon/README.md

@@ -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

+ 6 - 0
packages/rollup-plugin-stdf-icon/README_CN.md

@@ -8,6 +8,12 @@
 
 # 安装
 
+使用 BUN:
+
+```bash
+bun i rollup-plugin-stdf-icon -D
+```
+
 使用 PNPM:
 
 ```bash

+ 1 - 1
packages/rollup-plugin-stdf-icon/package.json

@@ -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": {