This commit is contained in:
Philipp Kunz 2016-07-04 09:00:31 +02:00
parent 96c801cdbd
commit eb9e6679c4

View File

@ -1,13 +1,13 @@
{ {
"name": "cert", "name": "cert",
"version": "0.0.10", "version": "0.0.11",
"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",
"scripts": { "scripts": {
"test": "(npm run cleanTest && npmts)", "test": "(npm run cleanTest && npmts)",
"cleanTest":"(rm -rf ./test/assets)", "cleanTest": "(rm -rf ./test/assets)",
"install": "node dist/install.js install", "install": "node dist/install.js install",
"compile":"(npmts --notest)" "compile": "(npmts --notest)"
}, },
"repository": { "repository": {
"type": "git", "type": "git",