Skip to content

Commit

Permalink
Merge pull request #104 from frouriojs/develop
Browse files Browse the repository at this point in the history
chore: release 0.5.1
  • Loading branch information
solufa authored Jul 11, 2024
2 parents a80fdca + 35563b2 commit 424802d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "notios",
"version": "0.5.0",
"version": "0.5.1",
"type": "module",
"description": "",
"keywords": [
Expand Down
1 change: 1 addition & 0 deletions scripts/build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ const main = async ({ fromDir, toDir, watch, target, clean }: Params) => {
outExtension: { '.js': '.mjs' },
entryPoints,
watch: watchOptions,
banner: { js: 'import { createRequire } from "module";const require = createRequire(import.meta.url);' },
plugins: [
...(clean ? [cleanPlugin] : []),
omitImportNodeNSPlugin,
Expand Down

0 comments on commit 424802d

Please sign in to comment.