adding @curio/client to test the api in a real world application
Showing
| ... | @@ -7,9 +7,10 @@ | ... | @@ -7,9 +7,10 @@ |
| "siscon-cli": "./index.js" | "siscon-cli": "./index.js" | ||
| }, | }, | ||
| "publishConfig": { | "publishConfig": { | ||
| "registry": "http://nexus.conexops.com.br/repository/npm-internal/" | "registry": "https://nexus.dev.evologica.com.br/repository/npm-internal/" | ||
| }, | }, | ||
| "scripts": { | "scripts": { | ||
| "start": "ts-node ./src/index.ts", | |||
| "compile": "rimraf ./dist && tsc -p . --module commonjs --outDir ./dist && gulp copy-package", | "compile": "rimraf ./dist && tsc -p . --module commonjs --outDir ./dist && gulp copy-package", | ||
| "release": "npm run compile && gulp release", | "release": "npm run compile && gulp release", | ||
| "copy-package": "gulp copy-package", | "copy-package": "gulp copy-package", | ||
| ... | @@ -18,6 +19,7 @@ | ... | @@ -18,6 +19,7 @@ |
| "author": "Bernardo Sunderhus", | "author": "Bernardo Sunderhus", | ||
| "license": "ISC", | "license": "ISC", | ||
| "dependencies": { | "dependencies": { | ||
| "@curio/client": "^1.0.0-rc", | |||
| "appdata": "^1.1.0", | "appdata": "^1.1.0", | ||
| "chalk": "^2.1.0", | "chalk": "^2.1.0", | ||
| "cli-table": "^0.3.1", | "cli-table": "^0.3.1", | ||
| ... | @@ -28,7 +30,8 @@ | ... | @@ -28,7 +30,8 @@ |
| "inquirer": "^3.3.0", | "inquirer": "^3.3.0", | ||
| "inquirer-autocomplete-prompt": "^0.11.1", | "inquirer-autocomplete-prompt": "^0.11.1", | ||
| "moment": "^2.18.1", | "moment": "^2.18.1", | ||
| "ora": "^1.3.0" | "ora": "^1.3.0", | ||
| "rxjs": "^5.5.8" | |||
| }, | }, | ||
| "devDependencies": { | "devDependencies": { | ||
| "@types/chalk": "^0.4.31", | "@types/chalk": "^0.4.31", | ||
| ... | ... |
src/curio/next.ts
0 → 100644
Please register or sign in to comment