@tuya-miniapp/smart-ui 2.1.8 → 2.1.9-beta-1

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 -1
package/package.json CHANGED
@@ -1,11 +1,12 @@
1
1
  {
2
2
  "name": "@tuya-miniapp/smart-ui",
3
- "version": "2.1.8",
3
+ "version": "2.1.9-beta-1",
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
10
  "dev": "NODE_OPTIONS=--no-experimental-fetch node build/dev.mjs",
10
11
  "lint": "eslint ./packages --ext .js,.ts --fix",
11
12
  "lint:style": "stylelint \"packages/**/*.less\" --fix",