2 Commits

Author SHA1 Message Date
2c9f19b2e5 1.0.7 2016-08-03 12:26:48 +02:00
1c63450213 update version types 2016-08-03 12:26:34 +02:00

View File

@ -1,6 +1,6 @@
{ {
"name": "cert", "name": "cert",
"version": "1.0.6", "version": "1.0.7",
"description": "Easily obain SSL certificates from LetsEncrypt. Supports DNS-01 challenge. TypeScript ready.", "description": "Easily obain SSL certificates from LetsEncrypt. Supports DNS-01 challenge. TypeScript ready.",
"main": "dist/index.js", "main": "dist/index.js",
"typings": "dist/index.d.ts", "typings": "dist/index.d.ts",
@ -27,9 +27,9 @@
}, },
"homepage": "https://gitlab.com/pushrocks/cert#readme", "homepage": "https://gitlab.com/pushrocks/cert#readme",
"dependencies": { "dependencies": {
"@types/minimatch": "^2.0.28", "@types/minimatch": "2.x.x",
"@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",
"cflare": "0.0.9", "cflare": "0.0.9",
"fs-extra": "^0.30.0", "fs-extra": "^0.30.0",