correccion ejecutable
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user