@fle-ui/next 2.0.0-alpha.2 → 2.0.0-alpha.3

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,11 +1,11 @@
1
1
  {
2
2
  "name": "@fle-ui/next",
3
- "version": "2.0.0-alpha.2",
3
+ "version": "2.0.0-alpha.3",
4
4
  "description": "fle-ui组件库",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",
7
7
  "unpkg": "dist/fui.min.js",
8
- "types": "es/idnex.d.ts",
8
+ "typings": "es/idnex.d.ts",
9
9
  "scripts": {
10
10
  "start": "npm run dev",
11
11
  "test": "node config/build.ts",