We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1d2601 commit 4f7d6cbCopy full SHA for 4f7d6cb
scripts/publish.js
@@ -14,7 +14,7 @@ try {
14
// no changesets to be applied
15
}
16
17
-const LATEST_VERSION = execSync("npm view react18-loaders version").toString();
+const LATEST_VERSION = execSync("npm view esbuild-plugin-react18 version").toString();
18
const VERSION = require("../lib/package.json").version;
19
20
console.log({ VERSION, LATEST_VERSION });
0 commit comments