react-compiler-healthcheck
Advanced tools
Comparing version 0.0.0-experimental-19cbb8f-20241107 to 0.0.0-experimental-1e6d215-20250108
{ | ||
"name": "react-compiler-healthcheck", | ||
"version": "0.0.0-experimental-19cbb8f-20241107", | ||
"version": "0.0.0-experimental-1e6d215-20250108", | ||
"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
5055435
10
53169