@bifrostui/icons 1.0.2 → 1.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 +3 -3
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# @bifrostui/
|
|
1
|
+
# @bifrostui/icons
|
|
2
2
|
|
|
3
3
|
icon components for BUI
|
|
4
4
|
|
|
@@ -6,8 +6,8 @@ icon components for BUI
|
|
|
6
6
|
|
|
7
7
|
```sh
|
|
8
8
|
// with npm
|
|
9
|
-
npm install @bifrostui/
|
|
9
|
+
npm install @bifrostui/icons
|
|
10
10
|
|
|
11
11
|
// with yarn
|
|
12
|
-
yarn add @bifrostui/
|
|
12
|
+
yarn add @bifrostui/icons
|
|
13
13
|
```
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bifrostui/icons",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.4",
|
|
4
4
|
"description": "SVG icon components for BUI",
|
|
5
5
|
"homepage": "http://bui.taopiaopiao.com",
|
|
6
6
|
"license": "MIT",
|
|
@@ -30,9 +30,9 @@
|
|
|
30
30
|
"svgo": "^2.8.0"
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@bifrostui/react": "^1.0.
|
|
34
|
-
"@bifrostui/types": "^1.0.
|
|
35
|
-
"@bifrostui/utils": "^1.0.
|
|
33
|
+
"@bifrostui/react": "^1.0.4",
|
|
34
|
+
"@bifrostui/types": "^1.0.4",
|
|
35
|
+
"@bifrostui/utils": "^1.0.4",
|
|
36
36
|
"clsx": "^1.2.1"
|
|
37
37
|
},
|
|
38
38
|
"peerDependencies": {
|
|
@@ -42,5 +42,5 @@
|
|
|
42
42
|
"build": "father build",
|
|
43
43
|
"create:icon": "node ./builder.js --output-dir ./src/components --svg-dir ./src/svgs"
|
|
44
44
|
},
|
|
45
|
-
"gitHead": "
|
|
45
|
+
"gitHead": "70111ad3c1844a04a455670fae27e900c79886aa"
|
|
46
46
|
}
|