Skip to content

Commit

Permalink
rebuild with latest deps, 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
derhuerst committed Oct 24, 2019
1 parent 2a0fd32 commit 2858a62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "self-decrypting-html-page",
"description": "Generate a standalone HTML page that decrypts data.",
"version": "2.0.1",
"version": "2.0.2",
"main": "generate.js",
"bin": {
"self-decrypting-html-page": "./cli.js"
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ const html = generateHTML(nonce, encrypted)

## Usage with custom HTML template

Write the template for self-decrypting HTML page. Check [`decrypt.html`] for the necessary elements.
Write the template for self-decrypting HTML page. Check [`decrypt.html`](decrypt.html) for the necessary elements.

Generating a custom self-decrypting HTML page from the command line:

Expand Down

0 comments on commit 2858a62

Please sign in to comment.