self-adaption-box-react 0.0.5 → 0.0.6

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,6 +1,6 @@
1
1
  {
2
2
  "name": "self-adaption-box-react",
3
- "version": "0.0.5",
3
+ "version": "0.0.6",
4
4
  "description": "",
5
5
  "main": "dist/main.js",
6
6
  "module": "dist/main.js",
@@ -8,6 +8,7 @@
8
8
  "author": {
9
9
  "name": "jswangjie"
10
10
  },
11
+ "types": "dist/components/self-adaption-box/index.d.ts",
11
12
  "files": [
12
13
  "dist/*"
13
14
  ],