react-compiler-healthcheck
Advanced tools
Comparing version 0.0.0-experimental-63b359f-20241104 to 0.0.0-experimental-63e3235-20250102
{ | ||
"name": "react-compiler-healthcheck", | ||
"version": "0.0.0-experimental-63b359f-20241104", | ||
"version": "0.0.0-experimental-63e3235-20250102", | ||
"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
5055654
10
53169