Skip to content

Commit

Permalink
chore: get name and version from npm'd package
Browse files Browse the repository at this point in the history
  • Loading branch information
jpwilliams committed Jun 6, 2021
1 parent 495b14d commit 479018b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/rename-package.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { renameSync } from "fs";
import { name, version } from "../plugin.json";
import { name, version } from "../package.json";

const baseName = [name, version].join("-");
const expectedName = `${baseName}.tgz`;
Expand Down

0 comments on commit 479018b

Please sign in to comment.