v1.0.2
Release Notes
Version 1.0.2
New Features
- The application can now be installed globally and invoked with the command
drinktea. - The application now includes a shebang line (
#!/usr/bin/env node) at the top of the script, which allows it to be run directly as a command line application.
Changes
- Modified the
package.jsonfile to include abinfield. This field specifies that thedrinkteacommand should be linked to theindex.jsscript when the package is installed globally.
Bug Fixes
- None in this release.
Known Issues
- None at the moment.
Upgrade Notes
- To upgrade to this version, you can use the following command:
npm i -g drinktea@1.0.2.
Full Changelog: v1.0.1...v1.0.2