V3
This commit is contained in:
8
deno_build.js
Normal file
8
deno_build.js
Normal file
@ -0,0 +1,8 @@
|
||||
const pkg = JSON.parse(await Deno.readTextFile("package.json"));
|
||||
const meta = JSON.parse(await Deno.readTextFile("meta.json"));
|
||||
|
||||
meta.version = pkg.version;
|
||||
|
||||
await Deno.copyFile("README.md", "esm/README.md");
|
||||
|
||||
await Deno.writeTextFile("meta.json", JSON.stringify(meta, undefined, 3));
|
Reference in New Issue
Block a user