Skip to content

Commit

Permalink
Change package name to avoid name similarity issue
Browse files Browse the repository at this point in the history
npm refuses to publish the package under the name `ocrs` due to similarity to
the existing package name `cors`. Take npm's suggestion and scope it under my
username.
  • Loading branch information
robertknight committed Apr 28, 2024
1 parent db19a6f commit aad99ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "ocrs",
"name": "@robertknight/ocrs",
"version": "0.1.0",
"description": "Ocrs is a library for extracting text from images",
"type": "module",
Expand Down

0 comments on commit aad99ed

Please sign in to comment.