@tuya-miniapp/smart-ui 2.1.9 → 2.1.10

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@tuya-miniapp/smart-ui",
3
- "version": "2.1.9",
3
+ "version": "2.1.10",
4
4
  "author": "MiniApp Team",
5
5
  "license": "MIT",
6
6
  "miniprogram": "lib",
7
7
  "description": "轻量、可靠的智能小程序 UI 组件库",
8
8
  "scripts": {
9
- "postinstall": "node ./build/transCSSVar.js",
9
+ "prepublishOnly": "node ./build/transCSSVar.js",
10
10
  "dev": "NODE_OPTIONS=--no-experimental-fetch node build/dev.mjs",
11
11
  "lint": "eslint ./packages --ext .js,.ts --fix",
12
12
  "lint:style": "stylelint \"packages/**/*.less\" --fix",