diff --git a/build/build.js b/build/build.js index 7b3df04..2daafe8 100644 --- a/build/build.js +++ b/build/build.js @@ -19,6 +19,8 @@ function fixupPackageJson(filename) { const newPkg = { ...pkg, ...vsPkg, + type: "commonjs", + scripts: {}, version: pkg.version, publisher: 'gfx-tintd', icon: 'tintd-128x128.png',