We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5deb99b commit f9bcf4fCopy full SHA for f9bcf4f
package.json
@@ -1,10 +1,11 @@
1
{
2
"name": "use-measure",
3
- "version": "0.2.1",
+ "version": "0.2.2",
4
"author": "Cyrus Venn Casada",
5
"homepage": "https://github.com/cvpcasada/use-measure",
6
"license": "MIT",
7
"main": "use-measure.js",
8
+ "types": "use-measure.d.ts",
9
"scripts": {
10
"start": "NODE_ENV=development babel -w ./src --out-dir . --extensions \".ts,.tsx\"",
11
"build": "NODE_ENV=production yarn clean && babel ./src --out-dir . --extensions \".ts,.tsx\" && tsc",
@@ -31,5 +32,11 @@
31
32
},
33
"dependencies": {
34
"resize-observer-polyfill": "^1.5.1"
- }
35
+ },
36
+ "files": [
37
+ "use-measure.d.ts",
38
+ ".babelrc",
39
+ "tsconfig.json",
40
+ "src"
41
+ ]
42
}
0 commit comments