Skip to content

Commit f9bcf4f

Browse files
committed
0.2.2
1 parent 5deb99b commit f9bcf4f

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

package.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
{
22
"name": "use-measure",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"author": "Cyrus Venn Casada",
55
"homepage": "https://github.com/cvpcasada/use-measure",
66
"license": "MIT",
77
"main": "use-measure.js",
8+
"types": "use-measure.d.ts",
89
"scripts": {
910
"start": "NODE_ENV=development babel -w ./src --out-dir . --extensions \".ts,.tsx\"",
1011
"build": "NODE_ENV=production yarn clean && babel ./src --out-dir . --extensions \".ts,.tsx\" && tsc",
@@ -31,5 +32,11 @@
3132
},
3233
"dependencies": {
3334
"resize-observer-polyfill": "^1.5.1"
34-
}
35+
},
36+
"files": [
37+
"use-measure.d.ts",
38+
".babelrc",
39+
"tsconfig.json",
40+
"src"
41+
]
3542
}

0 commit comments

Comments
 (0)