Merge branch 'patch-1' into 'master'

Fix for NPM installation

See merge request !1
This commit is contained in:
AJ ONeal 2017-03-04 05:01:21 +00:00
커밋 f762c248aa
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제

파일 보기

@ -4,8 +4,8 @@
"description": "CLI for node-greenlock modeled after the official client",
"main": "index.js",
"bin": {
"letsencrypt": "bin/letsencrypt.js",
"letsencrypt-node": "bin/letsencrypt.js",
"letsencrypt": "bin/greenlock.js",
"letsencrypt-node": "bin/greenlock.js",
"greenlock": "bin/greenlock.js",
"greenlock-node": "bin/greenlock.js"
},