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 b65f656 commit ce56cfaCopy full SHA for ce56cfa
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-scan",
3
- "version": "0.0.2",
+ "version": "0.0.3",
4
"description": "Scan your React app for renders",
5
"keywords": [
6
"react",
@@ -17,20 +17,15 @@
17
"type": "git",
18
"url": "git+https://github.com/aidenybai/react-scan.git"
19
},
20
- "funding": "https://github.com/sponsors/aidenybai",
21
"license": "MIT",
22
"author": {
23
"name": "Aiden Bai",
24
"email": "[email protected]",
25
- "url": "https://aiden.mov"
+ "url": "https://million.dev"
26
27
"sideEffects": false,
28
"type": "commonjs",
29
"exports": {
30
- "browser": {
31
- "types": "./dist/auto.d.ts",
32
- "default": "./dist/auto.global.js"
33
- },
34
"./package.json": "./package.json",
35
".": {
36
"production": {
0 commit comments