Skip to content

Commit

Permalink
feat(): fix package name
Browse files Browse the repository at this point in the history
  • Loading branch information
develite98 committed Dec 22, 2023
1 parent 3c4e5ad commit dda05e7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion libs/mix-share/src/modules/auth/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@mixcore/share/auth",
"name": "@mixcore/module/auth",
"$schema": "../../../node_modules/nx/schemas/project-schema.json",
"projectType": "library",
"sourceRoot": "libs/mix-share/src/modules/auth",
Expand Down
8 changes: 4 additions & 4 deletions libs/mix-share/src/modules/database/project.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "@mixcore/share/database",
"name": "@mixcore/module/database",
"$schema": "../../../node_modules/nx/schemas/project-schema.json",
"projectType": "library",
"sourceRoot": "libs/mix-share/src/database",
"sourceRoot": "libs/mix-share/src/modules/database",
"targets": {
"lint": {
"executor": "@nx/eslint:lint",
"outputs": ["{options.outputFile}"],
"options": {
"lintFilePatterns": [
"libs/mix-share/src/database/**/*.ts",
"libs/mix-share/src/database/**/*.html"
"libs/mix-share/src/modules/database/**/*.ts",
"libs/mix-share/src/modules/database/**/*.html"
]
}
}
Expand Down

1 comment on commit dda05e7

@vercel
Copy link

@vercel vercel bot commented on dda05e7 Dec 22, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.