mde / true

A JavaScript port of the Unix utility 'true'. Returns the Boolean value `true`
98 stars 26 forks source link

only publish critical files & shorten the function name #20

Open aleclarson opened 6 years ago

aleclarson commented 6 years ago

The function name seems unnecessarily long, so I changed it to returnTrue.

And the NPM tarball will now contain index.js, bin/cli.js, README.md, and package.json.