Skip to content

Commit f2ea284

Browse files
authored
Update {cnpj-utils,cpf-utils,file2arraybuffer,num-only} w/ npm auto-update (#2059)
* fix: update `cpf-utils` project repo * fix: update `cnpj-utils` project repo * fix: update `num-only` project repo * fix: update `file2arraybuffer` project repo
1 parent 74e3b2c commit f2ea284

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

packages/c/cnpj-utils.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "cnpj-utils",
33
"filename": "cnpj-utils.min.js",
44
"homepage": "https://cnpj-utils.vercel.app/",
5-
"description": "Utility functions to deal with CNPJ data (Brazilian company ID), like generation fake ones, validating and formatting",
5+
"description": "Utility functions to deal with CNPJ (Brazilian employer ID).",
66
"license": "MIT",
77
"authors": [
88
{
@@ -26,7 +26,7 @@
2626
],
2727
"repository": {
2828
"type": "git",
29-
"url": "https://github.com/juliolmuller/cnpj-utils-js"
29+
"url": "https://github.com/LacusSolutions/br-utils-js"
3030
},
3131
"autoupdate": {
3232
"source": "npm",

packages/c/cpf-utils.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "cpf-utils",
33
"filename": "cpf-utils.min.js",
44
"homepage": "https://cpf-utils.vercel.app/",
5-
"description": "Straight forward JavaScript package to handle CPF data (Brazilian personal ID).",
5+
"description": "Utility functions to deal with CPF data (Brazilian personal ID).",
66
"license": "MIT",
77
"authors": [
88
{
@@ -26,7 +26,7 @@
2626
],
2727
"repository": {
2828
"type": "git",
29-
"url": "https://github.com/juliolmuller/cpf-utils-js"
29+
"url": "https://github.com/LacusSolutions/br-utils-js"
3030
},
3131
"autoupdate": {
3232
"source": "npm",

packages/f/file2arraybuffer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
],
2121
"repository": {
2222
"type": "git",
23-
"url": "https://github.com/juliolmuller/file2arraybuffer-js"
23+
"url": "https://github.com/LacusSolutions/file2arraybuffer-js"
2424
},
2525
"autoupdate": {
2626
"source": "npm",

packages/n/num-only.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
],
2323
"repository": {
2424
"type": "git",
25-
"url": "https://github.com/juliolmuller/num-only-js"
25+
"url": "https://github.com/LacusSolutions/num-only-js"
2626
},
2727
"autoupdate": {
2828
"source": "npm",

0 commit comments

Comments
 (0)