Compare commits
1
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a46a3bb869 |
@@ -9,7 +9,7 @@ async function main() {
|
||||
'src/index.ts'
|
||||
],
|
||||
bundle: true,
|
||||
format: 'cjs',
|
||||
format: 'esm',
|
||||
minify: production,
|
||||
sourcemap: !production,
|
||||
sourcesContent: false,
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
{
|
||||
"name": "gh-scripting-compiler",
|
||||
"version": "1.1.2",
|
||||
"version": "1.1.3",
|
||||
"type": "module",
|
||||
"main": "dist/index.js",
|
||||
"scripts": {
|
||||
"build": "node esbuild.js",
|
||||
|
||||
Reference in New Issue
Block a user