fixes curio version
Showing
This diff is collapsed.
{ | ||
"name": "siscon-cli", | ||
"version": "0.0.2", | ||
"version": "1.0.0", | ||
"description": "siscon-cli", | ||
"main": "./siscon-cli.js", | ||
"bin": { | ||
"siscon-cli": "./index.js" | ||
}, | ||
"publishConfig": { | ||
"registry": "http://nexus.conexops.com.br/repository/npm-internal/" | ||
"registry": "https://nexus.dev.evologica.com.br/repository/npm-internal/" | ||
}, | ||
"scripts": { | ||
"compile": "rimraf ./dist && tsc -p . --module commonjs --outDir ./dist && gulp copy-package", | ||
... | ... | @@ -22,7 +22,7 @@ |
"chalk": "^2.1.0", | ||
"cli-table": "^0.3.1", | ||
"commander": "^2.11.0", | ||
"curiojs": "^2.0.0-alpha", | ||
"curiojs": "^2.4.8", | ||
"figlet": "^1.2.0", | ||
"fuzzy": "^0.1.3", | ||
"inquirer": "^3.3.0", | ||
... | ... |
Please register or sign in to comment