Skip to content

Commit

Permalink
refactor(ses): format 'v' prefix to git/npm tag style
Browse files Browse the repository at this point in the history
  • Loading branch information
leotm authored Nov 20, 2023
1 parent 56a9f59 commit 8b114a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ses/scripts/bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const main = async () => {
const packageJson = JSON.parse(text);
const version = packageJson.version;

const bundle = `// v${version}\n${await makeBundle(
const bundle = `// ses@${version}\n${await makeBundle(
read,
pathToFileURL(resolve('../index.js', import.meta.url)).toString(),
)}`;
Expand Down

0 comments on commit 8b114a3

Please sign in to comment.