Skip to content

Commit ce56cfa

Browse files
committed
chore: Update package.json version and author url
1 parent b65f656 commit ce56cfa

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

package.json

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-scan",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"description": "Scan your React app for renders",
55
"keywords": [
66
"react",
@@ -17,20 +17,15 @@
1717
"type": "git",
1818
"url": "git+https://github.com/aidenybai/react-scan.git"
1919
},
20-
"funding": "https://github.com/sponsors/aidenybai",
2120
"license": "MIT",
2221
"author": {
2322
"name": "Aiden Bai",
2423
"email": "[email protected]",
25-
"url": "https://aiden.mov"
24+
"url": "https://million.dev"
2625
},
2726
"sideEffects": false,
2827
"type": "commonjs",
2928
"exports": {
30-
"browser": {
31-
"types": "./dist/auto.d.ts",
32-
"default": "./dist/auto.global.js"
33-
},
3429
"./package.json": "./package.json",
3530
".": {
3631
"production": {

0 commit comments

Comments
 (0)