Compare commits

...

2 Commits

Author SHA1 Message Date
36de8e11f0 1.0.11 2016-10-15 01:01:25 +02:00
74ffb3aa87 update deps 2016-10-15 01:01:22 +02:00

View File

@ -1,6 +1,6 @@
{ {
"name": "smartcli", "name": "smartcli",
"version": "1.0.10", "version": "1.0.11",
"description": "nodejs wrapper for CLI related tasks", "description": "nodejs wrapper for CLI related tasks",
"main": "dist/index.js", "main": "dist/index.js",
"typings": "dist/index.d.ts", "typings": "dist/index.d.ts",
@ -31,17 +31,17 @@
"@types/inquirer": "0.x.x", "@types/inquirer": "0.x.x",
"@types/q": "0.x.x", "@types/q": "0.x.x",
"@types/yargs": "0.x.x", "@types/yargs": "0.x.x",
"beautylog": "^5.0.20", "beautylog": "^5.0.23",
"inquirer": "^1.1.2", "inquirer": "^1.2.2",
"lik": "^1.0.15", "lik": "^1.0.24",
"q": "^1.4.1", "q": "^1.4.1",
"smartparam": "0.1.1", "smartparam": "0.1.1",
"typings-global": "^1.0.6", "typings-global": "^1.0.14",
"yargs": "^5.0.0" "yargs": "^6.0.0"
}, },
"devDependencies": { "devDependencies": {
"npmts-g": "^5.2.8", "npmts-g": "^5.2.8",
"should": "^11.1.0", "should": "^11.1.1",
"typings-test": "^1.0.1" "typings-test": "^1.0.3"
} }
} }