diff --git a/package.json b/package.json index 8eb3c21..78a0f7e 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,9 @@ "version": "3.0.0", "description": "Gandi + Let's Encrypt for Node.js - ACME dns-01 challenges w/ ACME.js and Greenlock.js", "main": "index.js", + "files": [ + "lib" + ], "scripts": { "test": "node test.js" },