[ACS-5290] Corrected path (#8631)

* ACS-5290 Corrected path

* ACS-5290 Fixed for publishing
This commit is contained in:
AleksanderSklorz 2023-06-07 14:50:18 +02:00 committed by GitHub
parent e073d8369c
commit 7a33a4e19d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"$schema": "../../node_modules/ng-packagr/ng-package.schema.json",
"dest": "../../dist/libs/eslint-angular",
"dest": "../../dist/libs/eslint-plugin-eslint-angular",
"lib": {
"entryFile": "src/public-api.ts",
"flatModuleFile": "eslint-plugin-eslint-angular"

View File

@ -15,5 +15,8 @@
"eslint",
"eslint-custom-rules"
],
"license": "Apache-2.0"
"license": "Apache-2.0",
"publishConfig": {
"access": "public"
}
}