diff --git a/index.js b/index.js index 2e4f1c7..05c6f67 100644 --- a/index.js +++ b/index.js @@ -1,4 +1,3 @@ -module.exports = function aJavaScriptPortOfTheUnixUtilityTrueReturnsTheBooleanValueTrue () { +module.exports = function returnTrue() { return true; }; - diff --git a/package.json b/package.json index 4ad324a..501b1bf 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,10 @@ "bin": { "true": "bin/cli.js" }, + "files": [ + "bin", + "index.js" + ], "scripts": { "test": "jake test" },