mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
[AAE-5674] Library for tooling in adf-cli (#7270)
* [AAE-5674] Library for tooling in adf-core * Changes done as per PR comments * Changes done as per comments
This commit is contained in:
11
lib/cli/tooling/package.json
Normal file
11
lib/cli/tooling/package.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"ngPackage": {
|
||||
"lib": {
|
||||
"entryFile": "./index.ts",
|
||||
"flatModuleFile": "adf-cli-tooling"
|
||||
}
|
||||
},
|
||||
"peerDependencies": {
|
||||
"dotenv-expand": "^5.1.0"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user