Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions packages/c/cnpj-utils.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{

Check warning on line 1 in packages/c/cnpj-utils.json

View workflow job for this annotation

GitHub Actions / robotcdnjs

package download per month on npm is under 800

Check warning on line 1 in packages/c/cnpj-utils.json

View workflow job for this annotation

GitHub Actions / robotcdnjs

stars on GitHub is under 200
"name": "cnpj-utils",
"filename": "cnpj-utils.min.js",
"homepage": "https://cnpj-utils.vercel.app/",
"description": "Utility functions to deal with CNPJ data (Brazilian company ID), like generation fake ones, validating and formatting",
"description": "Utility functions to deal with CNPJ (Brazilian employer ID).",
"license": "MIT",
"authors": [
{
Expand All @@ -26,7 +26,7 @@
],
"repository": {
"type": "git",
"url": "https://github.com/juliolmuller/cnpj-utils-js"
"url": "https://github.com/LacusSolutions/br-utils-js"
},
"autoupdate": {
"source": "npm",
Expand Down
4 changes: 2 additions & 2 deletions packages/c/cpf-utils.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{

Check warning on line 1 in packages/c/cpf-utils.json

View workflow job for this annotation

GitHub Actions / robotcdnjs

package download per month on npm is under 800

Check warning on line 1 in packages/c/cpf-utils.json

View workflow job for this annotation

GitHub Actions / robotcdnjs

stars on GitHub is under 200
"name": "cpf-utils",
"filename": "cpf-utils.min.js",
"homepage": "https://cpf-utils.vercel.app/",
"description": "Straight forward JavaScript package to handle CPF data (Brazilian personal ID).",
"description": "Utility functions to deal with CPF data (Brazilian personal ID).",
"license": "MIT",
"authors": [
{
Expand All @@ -26,7 +26,7 @@
],
"repository": {
"type": "git",
"url": "https://github.com/juliolmuller/cpf-utils-js"
"url": "https://github.com/LacusSolutions/br-utils-js"
},
"autoupdate": {
"source": "npm",
Expand Down
2 changes: 1 addition & 1 deletion packages/f/file2arraybuffer.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{

Check warning on line 1 in packages/f/file2arraybuffer.json

View workflow job for this annotation

GitHub Actions / robotcdnjs

package download per month on npm is under 800

Check warning on line 1 in packages/f/file2arraybuffer.json

View workflow job for this annotation

GitHub Actions / robotcdnjs

stars on GitHub is under 200
"name": "file2arraybuffer",
"filename": "file-to-arraybuffer.min.js",
"homepage": "https://github.com/juliolmuller/file2arraybuffer-js",
Expand All @@ -20,7 +20,7 @@
],
"repository": {
"type": "git",
"url": "https://github.com/juliolmuller/file2arraybuffer-js"
"url": "https://github.com/LacusSolutions/file2arraybuffer-js"
},
"autoupdate": {
"source": "npm",
Expand Down
2 changes: 1 addition & 1 deletion packages/n/num-only.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
],
"repository": {
"type": "git",
"url": "https://github.com/juliolmuller/num-only-js"
"url": "https://github.com/LacusSolutions/num-only-js"
},
"autoupdate": {
"source": "npm",
Expand Down
Loading