correccion ejecutable

This commit is contained in:
2026-05-06 10:58:25 +02:00
parent 1ee0275eaf
commit c0c349308c
3 changed files with 8 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@sf-alvar/db-migrate",
"version": "1.0.7",
"version": "1.0.10",
"description": "Herramienta de migracion de bdd",
"main": "lib/index.js",
"engines": {
@@ -24,7 +24,8 @@
"test": "node --test",
"build": "tsc --build",
"link": "npm run build && npm link",
"start": "node ./lib/index.js"
"start": "node ./lib/index.js",
"publish": "npm run build && npm publish"
},
"author": "alvarsanmartin",
"license": "ISC",