Skip to content

Commit 05f012f

Browse files
committed
feat: change docs
1 parent 346d43b commit 05f012f

14 files changed

Lines changed: 37 additions & 14 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ graph:
2828
yarn nx graph
2929

3030
publish:
31-
yarn lerna publish from-package
31+
yarn lerna publish --force-publish --access public

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
"workspaces": [
1010
"packages/*"
1111
],
12-
"private": true,
1312
"engines": {
1413
"node": ">=16.x <=22"
1514
},

packages/cnpj/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66
"types": "index.d.ts",
77
"author": "Alessandro Dev",
88
"license": "MIT",
9-
"private": false,
9+
"publishConfig": {
10+
"access": "public"
11+
},
1012
"keywords": [
1113
"Complexity",
1214
"Business Logic",

packages/cpf/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66
"types": "index.d.ts",
77
"author": "Alessandro Dev",
88
"license": "MIT",
9-
"private": false,
9+
"publishConfig": {
10+
"access": "public"
11+
},
1012
"keywords": [
1113
"Complexity",
1214
"Business Logic",

packages/date/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66
"types": "index.d.ts",
77
"author": "Alessandro Dev",
88
"license": "MIT",
9-
"private": false,
9+
"publishConfig": {
10+
"access": "public"
11+
},
1012
"keywords": [
1113
"Complexity",
1214
"Business Logic",

packages/email/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66
"types": "index.d.ts",
77
"author": "Alessandro Dev",
88
"license": "MIT",
9-
"private": false,
9+
"publishConfig": {
10+
"access": "public"
11+
},
1012
"keywords": [
1113
"Complexity",
1214
"Business Logic",

packages/logger/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66
"types": "index.d.ts",
77
"author": "Alessandro Dev",
88
"license": "MIT",
9-
"private": false,
9+
"publishConfig": {
10+
"access": "public"
11+
},
1012
"scripts": {
1113
"build": "tsc"
1214
},

packages/money/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66
"types": "index.d.ts",
77
"author": "Alessandro Dev",
88
"license": "MIT",
9-
"private": false,
9+
"publishConfig": {
10+
"access": "public"
11+
},
1012
"keywords": [
1113
"Complexity",
1214
"Business Logic",

packages/password/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66
"types": "index.d.ts",
77
"author": "Alessandro Dev",
88
"license": "MIT",
9-
"private": false,
9+
"publishConfig": {
10+
"access": "public"
11+
},
1012
"keywords": [
1113
"Complexity",
1214
"Business Logic",

packages/patterns/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66
"types": "index.d.ts",
77
"author": "Alessandro Dev",
88
"license": "MIT",
9-
"private": false,
9+
"publishConfig": {
10+
"access": "public"
11+
},
1012
"keywords": [
1113
"Complexity",
1214
"Business Logic",

0 commit comments

Comments
 (0)