Skip to content

Commit 17c9402

Browse files
Merge pull request #259 from cloudinary/angular-publish-adjustments
fix(angular): fixed publish configuration for angular workspace
2 parents c7228e4 + 768b503 commit 17c9402

File tree

3 files changed

+11
-9
lines changed

3 files changed

+11
-9
lines changed

packages/angular/projects/cloudinary-library/ng-package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "../../node_modules/ng-packagr/ng-package.schema.json",
3-
"dest": "dist",
3+
"dest": ".",
44
"deleteDestPath": false,
55
"lib": {
66
"entryFile": "src/public_api.ts"

packages/angular/projects/cloudinary-library/ng-package.prod.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

packages/angular/projects/cloudinary-library/package.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,14 @@
1616
},
1717
"publishConfig": {
1818
"access": "public"
19-
}
19+
},
20+
"files": [
21+
"bundles",
22+
"esm2015",
23+
"fesm2015",
24+
"internal",
25+
"lib",
26+
"*.d.ts",
27+
"*.md"
28+
]
2029
}

0 commit comments

Comments
 (0)