Skip to content

Commit

Permalink
fix typo and stable release
Browse files Browse the repository at this point in the history
  • Loading branch information
Strehk authored Oct 28, 2024
1 parent 753f85b commit 5cdfa30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This is a Typescript port of the JavaScript adaption [codenamize-js](https://git

## Installation

Install from the [npm repository](https://www.npmjs.com/package/tadesf/codenamize-ts).
Install from the [npm repository](https://www.npmjs.com/package/codenamize-ts).

```bash
npm install codenamize-ts
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "codenamize-ts",
"version": "0.0.7",
"version": "1.0.1",
"description": "Generate consistent easier-to-remember codenames from strings, numbers, or other seed inputs.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit 5cdfa30

Please sign in to comment.