@nutui/icons-react-taro 0.0.1-3 → 0.0.1-beta.2
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/dist/es/index.es.js +1 -1
- package/package.json +3 -2
package/dist/es/index.es.js
CHANGED
|
@@ -127,4 +127,4 @@ export { default as TriangleDown } from "./icons/TriangleDown.js";
|
|
|
127
127
|
export { default as TriangleUp } from "./icons/TriangleUp.js";
|
|
128
128
|
export { default as Uploader } from "./icons/Uploader.js";
|
|
129
129
|
export { default as Voice } from "./icons/Voice.js";
|
|
130
|
-
import "../
|
|
130
|
+
import "../style_iconfont.css";
|
package/package.json
CHANGED
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nutui/icons-react-taro",
|
|
3
|
-
"version": "0.0.1-
|
|
3
|
+
"version": "0.0.1-beta.2",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"dev": "vite",
|
|
6
6
|
"build": "vite build --config vite.config.build.es.ts && vite build --config vite.config.build.umd.ts && vite build --config vite.config.build.css.ts && vite build --config vite.config.dts.ts",
|
|
7
7
|
"preview": "vite preview",
|
|
8
|
-
"release": "release-it"
|
|
8
|
+
"release": "release-it",
|
|
9
|
+
"release:beta": "release-it --preRelease=beta"
|
|
9
10
|
},
|
|
10
11
|
"module": "dist/es/index.es.js",
|
|
11
12
|
"style": "dist/style_iconfont.css",
|