Updates
This commit is contained in:
parent
2118f04b63
commit
918afc5d2c
@ -1,11 +1,10 @@
|
|||||||
{
|
{
|
||||||
"name": "@moduletrace/nodecid",
|
"name": "@moduletrace/nodecid",
|
||||||
"version": "1.0.1",
|
"version": "1.0.2",
|
||||||
"description": "Simple CI/CD process",
|
"description": "Simple CI/CD process",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"bin": {
|
"bin": {
|
||||||
"nodecid": "./dist/index.js",
|
"nodecid": "run.sh"
|
||||||
"node-ci-cd": "./dist/index.js"
|
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"compile": "bun build --compile --minify --sourcemap --bytecode index.ts --outfile bin/nodecid"
|
"compile": "bun build --compile --minify --sourcemap --bytecode index.ts --outfile bin/nodecid"
|
||||||
|
Loading…
Reference in New Issue
Block a user