react-compiler-healthcheck
Advanced tools
Comparing version 0.0.0-experimental-dc8bd44-20241121 to 0.0.0-experimental-dd78f5b-20250122
{ | ||
"name": "react-compiler-healthcheck", | ||
"version": "0.0.0-experimental-dc8bd44-20241121", | ||
"version": "0.0.0-experimental-dd78f5b-20250122", | ||
"description": "Health check script to test violations of the rules of react.", | ||
@@ -9,4 +9,5 @@ "bin": { | ||
"scripts": { | ||
"build": "rimraf dist && rollup --config --bundleConfigAsCjs", | ||
"test": "echo 'no tests'" | ||
"build": "rimraf dist && scripts/build.js", | ||
"test": "echo 'no tests'", | ||
"watch": "scripts/build.js --watch" | ||
}, | ||
@@ -13,0 +14,0 @@ "dependencies": { |
Sorry, the diff of this file is too big to display
5066088
10
53264