Compare commits

...

2 Commits

Author SHA1 Message Date
64b0a2deb7 1.0.5 2016-08-03 12:05:18 +02:00
9b661c0ee5 update types versions 2016-08-03 12:05:03 +02:00

View File

@ -1,6 +1,6 @@
{ {
"name": "smartnginx", "name": "smartnginx",
"version": "1.0.4", "version": "1.0.5",
"description": "control nginx from node, TypeScript ready", "description": "control nginx from node, TypeScript ready",
"main": "dist/index.js", "main": "dist/index.js",
"typings": "dist/index.d.ts", "typings": "dist/index.d.ts",
@ -22,8 +22,8 @@
}, },
"homepage": "https://gitlab.com/pushrocks/smartnginx#README", "homepage": "https://gitlab.com/pushrocks/smartnginx#README",
"dependencies": { "dependencies": {
"@types/q": "^0.0.27", "@types/q": "0.x.x",
"@types/shelljs": "^0.3.27", "@types/shelljs": "0.x.x",
"beautylog": "^5.0.18", "beautylog": "^5.0.18",
"cert": "1.0.6", "cert": "1.0.6",
"q": "^1.4.1", "q": "^1.4.1",