Skip to content

Commit dc15f3a

Browse files
fix: fix the build
1 parent 3962abc commit dc15f3a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"packages": [
3-
"packages/*/!(dist|playground)*"
3+
"packages/**/!(dist|playground)*"
44
],
55
"version": "1.5.0"
66
}

packages/angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@angular-devkit/build-angular": "~0.1002.3",
3333
"@angular/cli": "~10.2.3",
3434
"@angular/compiler-cli": "~10.2.4",
35-
"@cloudinary/html": "^",
35+
"@cloudinary/html": "^1.5.0",
3636
"@cloudinary/url-gen": "^1.8.6",
3737
"@types/jasmine": "~3.5.0",
3838
"@types/jasminewd2": "~2.0.3",

0 commit comments

Comments
 (0)