@0x1f320.sh/why-did-you-render-mcp 2.0.1-dev.1 → 2.0.1-dev.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +2 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@0x1f320.sh/why-did-you-render-mcp",
3
- "version": "2.0.1-dev.1",
3
+ "version": "2.0.1-dev.3",
4
4
  "type": "module",
5
5
  "description": "MCP server that receives why-did-you-render reports from the browser and exposes them as tools for AI coding agents to diagnose React performance issues",
6
6
  "license": "MIT",
@@ -31,9 +31,7 @@
31
31
  "exports": {
32
32
  ".": "./dist/index.js"
33
33
  },
34
- "files": [
35
- "dist"
36
- ],
34
+ "files": ["dist"],
37
35
  "scripts": {
38
36
  "build": "tsdown",
39
37
  "dev": "tsdown --watch",