@sinco/react 1.0.2-rc.7 → 1.0.2-rc.8

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@sinco/react",
3
- "version": "1.0.2-rc.7",
3
+ "version": "1.0.2-rc.8",
4
4
  "description": "package for the configuration of mui react sinco",
5
5
  "private": false,
6
6
  "license": "MIT",
@@ -12,5 +12,5 @@
12
12
  "module": "./index.js",
13
13
  "main": "./index.js",
14
14
  "type": "module",
15
- "types": "./src\\index"
15
+ "types": "./src\\index.d.ts"
16
16
  }