2 Commits

Author SHA1 Message Date
0dae90cc24 1.0.2 2016-11-20 22:34:39 +01:00
cc65584e9c update deps 2016-11-20 22:34:36 +01:00

View File

@ -1,6 +1,6 @@
{
"name": "smartinteract",
"version": "1.0.1",
"version": "1.0.2",
"description": "smart cli interaction",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
@ -25,14 +25,14 @@
"@types/inquirer": "0.0.31",
"@types/node": "^6.0.48",
"@types/q": "0.0.32",
"@types/should": "^8.1.30",
"inquirer": "^1.2.3",
"lik": "^1.0.27",
"q": "^1.4.1",
"should": "^11.1.1",
"typings-global": "^1.0.14"
},
"devDependencies": {
"@types/should": "^8.1.30",
"should": "^11.1.1",
"typings-test": "^1.0.3"
}
}