Skip to content

Commit

Permalink
release v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Acuao committed Oct 21, 2022
1 parent 8ae5d62 commit 1b09689
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
{
"name": "base64-advanced-cli",
"version": "1.0.0",
"version": "1.0.1",
"description": "Command line interface for advanced base 64 encoding/decoding",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build:local": "tsc && npm install -g"
"build:local": "tsc && npm install -g",
"build:release": "rm -rf dist && tsc && npm publish"
},
"bin": {
"b64": "./dist/index.js"
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# base64-advanced-cli
This command line interface helps you to **encode/decode base64** data with advanced features like **files encoding/decoding**
This command line interface helps you to **encode/decode base64** data with advanced features like **files encoding/decoding** for example images.

## Install

Expand Down

0 comments on commit 1b09689

Please sign in to comment.