Skip to content

Commit 5122d44

Browse files
authored
Merge pull request #5 from ianacaburian/develop
Fixed npm version badge. Bumped to v0.1.2
2 parents 7ca0834 + 7f172d6 commit 5122d44

12 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Ports juce_KeyGeneration::generateKeyFile() to node.
44

55
![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/ianacaburian/generate-key-file/build.yml)
6-
[![npm version](https://badge.fury.io/js/@ianacaburian%2Fgenerate-key-file.svg)](https://badge.fury.io/js/@ianacaburian%2Fgenerate-key-file)
6+
![NPM Version](https://img.shields.io/npm/v/%40ianacaburian%2Fgenerate-key-file)
77
![GitHub License](https://img.shields.io/github/license/ianacaburian/generate-key-file)
88
![X (formerly Twitter) Follow](https://img.shields.io/twitter/follow/ianacaburian)
99

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ianacaburian/generate-key-file",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "Ports juce_KeyGeneration::generateKeyFile() to node.",
55
"type": "module",
66
"main": "./dist/index.js",

test/bin/apply-key-file

0 Bytes
Binary file not shown.

test/bin/apply-to-value

0 Bytes
Binary file not shown.

test/bin/create-key-file

0 Bytes
Binary file not shown.

test/bin/create-key-file-comment

0 Bytes
Binary file not shown.

test/bin/create-key-file-content-line

0 Bytes
Binary file not shown.

test/bin/create-key-pair

0 Bytes
Binary file not shown.

test/bin/divide-by

0 Bytes
Binary file not shown.

test/bin/encrypt-xml-line

0 Bytes
Binary file not shown.

test/bin/exponent-modulo

0 Bytes
Binary file not shown.

test/bin/load-from-memory-block

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)