@tuya-miniapp/smart-ui 1.2.3 → 1.2.4-beta-1
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +1 -5
package/package.json
CHANGED
@@ -1,14 +1,10 @@
|
|
1
1
|
{
|
2
2
|
"name": "@tuya-miniapp/smart-ui",
|
3
|
-
"version": "1.2.
|
3
|
+
"version": "1.2.4-beta-1",
|
4
4
|
"author": "MiniApp Team",
|
5
5
|
"license": "MIT",
|
6
6
|
"miniprogram": "lib",
|
7
7
|
"description": "轻量、可靠的智能小程序 UI 组件库",
|
8
|
-
"publishConfig": {
|
9
|
-
"access": "public",
|
10
|
-
"registry": "https://registry.npmjs.org/"
|
11
|
-
},
|
12
8
|
"scripts": {
|
13
9
|
"dev": "NODE_OPTIONS=--no-experimental-fetch node build/dev.mjs",
|
14
10
|
"lint": "eslint ./packages --ext .js,.ts --fix && stylelint \"packages/**/*.less\" --fix",
|