Updates
This commit is contained in:
parent
702a62a914
commit
cab7b131bf
1
dist/index.d.ts
vendored
1
dist/index.d.ts
vendored
@ -1 +1,2 @@
|
||||
#!/usr/bin/env node
|
||||
export {};
|
||||
|
1
dist/index.js
vendored
1
dist/index.js
vendored
@ -1,3 +1,4 @@
|
||||
#!/usr/bin/env node
|
||||
"use strict";
|
||||
var __importDefault = (this && this.__importDefault) || function (mod) {
|
||||
return (mod && mod.__esModule) ? mod : { "default": mod };
|
||||
|
2
dist/tsconfig.tsbuildinfo
vendored
2
dist/tsconfig.tsbuildinfo
vendored
File diff suppressed because one or more lines are too long
2
index.ts
2
index.ts
@ -1,3 +1,5 @@
|
||||
#!/usr/bin/env node
|
||||
|
||||
import fs from "fs";
|
||||
import path from "path";
|
||||
import colors from "./utils/console-colors";
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user