mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
[ACS-5290] Corrected path (#8631)
* ACS-5290 Corrected path * ACS-5290 Fixed for publishing
This commit is contained in:
parent
e073d8369c
commit
7a33a4e19d
@ -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"
|
||||
|
@ -15,5 +15,8 @@
|
||||
"eslint",
|
||||
"eslint-custom-rules"
|
||||
],
|
||||
"license": "Apache-2.0"
|
||||
"license": "Apache-2.0",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user