@plasmicpkgs/antd 0.0.81 → 0.0.84

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.
Files changed (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plasmicpkgs/antd",
3
- "version": "0.0.81",
3
+ "version": "0.0.84",
4
4
  "description": "Plasmic registration calls for antd components",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -24,13 +24,13 @@
24
24
  "start": "tsdx watch",
25
25
  "test": "tsdx test --passWithNoTests",
26
26
  "lint": "tsdx lint",
27
- "prepare": "tsdx build && yarn copy_css_files && yarn rollup -c rollup.config.js",
27
+ "prepare": "if-env PREPARE_NO_BUILD=true || yarn build",
28
28
  "copy_css_files": "cp src/*.css dist/",
29
29
  "size": "size-limit",
30
30
  "analyze": "size-limit --why"
31
31
  },
32
32
  "devDependencies": {
33
- "@plasmicapp/host": "1.0.68",
33
+ "@plasmicapp/host": "1.0.71",
34
34
  "@size-limit/preset-small-lib": "^4.11.0",
35
35
  "@types/node": "^14.0.26",
36
36
  "antd": "^4.17.2",
@@ -45,5 +45,5 @@
45
45
  "antd": "^4.0.0",
46
46
  "react": ">=16.8.0"
47
47
  },
48
- "gitHead": "14050241fe73b5c0cfd60fe5429f433438284700"
48
+ "gitHead": "c9f9e805145610754e158cacc2d5f938cc4eadc0"
49
49
  }