Updates
This commit is contained in:
Vendored
+1
@@ -1 +1,2 @@
|
||||
#!/usr/bin/env node
|
||||
export {};
|
||||
|
||||
Vendored
+1
@@ -1,3 +1,4 @@
|
||||
#!/usr/bin/env node
|
||||
"use strict";
|
||||
var __importDefault = (this && this.__importDefault) || function (mod) {
|
||||
return (mod && mod.__esModule) ? mod : { "default": mod };
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
@@ -1,3 +1,5 @@
|
||||
#!/usr/bin/env node
|
||||
|
||||
import fs from "fs";
|
||||
import path from "path";
|
||||
import colors from "./utils/console-colors";
|
||||
|
||||
+3
-3
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"name": "@moduletrace/nodecid",
|
||||
"version": "1.0.7",
|
||||
"version": "1.0.8",
|
||||
"description": "Simple CI/CD process",
|
||||
"main": "./run.sh",
|
||||
"main": "dist/index.js",
|
||||
"bin": {
|
||||
"nodecid": "./run.sh"
|
||||
"nodecid": "./dist/index.js"
|
||||
},
|
||||
"scripts": {
|
||||
"compile": "bun build --compile --minify --sourcemap --bytecode index.ts --outfile bin/nodecid"
|
||||
|
||||
Reference in New Issue
Block a user