Compare commits
2
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
51cd528040 | ||
|
|
7128a44adc |
@@ -1,4 +1,4 @@
|
|||||||
const esbuild = require("esbuild");
|
import esbuild from "esbuild";
|
||||||
|
|
||||||
const production = process.argv.includes('--production');
|
const production = process.argv.includes('--production');
|
||||||
const watch = process.argv.includes('--watch');
|
const watch = process.argv.includes('--watch');
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "gh-scripting-compiler",
|
"name": "gh-scripting-compiler",
|
||||||
"version": "1.1.3",
|
"version": "1.1.4",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
Reference in New Issue
Block a user