Skip to content

Commit a41ce18

Browse files
author
julien
committed
feat: update 0.0.4
1 parent 7476726 commit a41ce18

4 files changed

Lines changed: 2 additions & 134 deletions

File tree

build.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ export default defineBuildConfig({
55
externals: ["@nuxt/kit", "@nuxt/schema"],
66
declaration: true,
77
rollup: {
8-
emitCJS: false,
8+
emitCJS: true,
99
},
1010
})

forge.config.cjs

Lines changed: 0 additions & 41 deletions
This file was deleted.

main.js

Lines changed: 0 additions & 90 deletions
This file was deleted.

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
"author": "atmoner",
66
"license": "MIT",
77
"type": "module",
8-
"main": "main.js",
98
"publishConfig": {
109
"access": "public",
1110
"registry": "https://registry.npmjs.org/"
@@ -31,7 +30,7 @@
3130
"dev": "node bin/nuxt-electron-dev.cjs playground",
3231
"dev:nuxt": "nuxi dev playground",
3332
"dev:build": "nuxi build playground",
34-
"dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground",
33+
"dev:prepare": "nuxt-module-build build && nuxi prepare playground",
3534
"release": "npm run prepack && npm publish",
3635
"lint": "eslint .",
3736
"test": "vitest run",

0 commit comments

Comments
 (0)