Skip to content

Commit 522e53d

Browse files
committed
Add @cloudinary/angular dependency to samples
1 parent 63d6e22 commit 522e53d

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

samples/photo_album/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"@angular/platform-browser": "^2.3.0",
1414
"@angular/platform-browser-dynamic": "^2.3.0",
1515
"@angular/router": "^3.2.3",
16+
"@cloudinary/angular": "^1.0.0-rc1",
1617
"cloudinary-core": "^2.1.9",
1718
"core-js": "^2.4.1",
1819
"ng2-file-upload": "^1.1.4-2",
@@ -41,4 +42,4 @@
4142
"start": "webpack-dev-server --open",
4243
"start:e2e": "webpack-dev-server"
4344
}
44-
}
45+
}

samples/photo_album_with_jquery/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"@angular/platform-browser-dynamic": "^2.3.0",
1414
"@angular/router": "^3.0.2",
1515
"blueimp-file-upload": "^9.11.2",
16+
"@cloudinary/angular": "^1.0.0-rc1",
1617
"cloudinary-jquery-file-upload": "^2.1.9",
1718
"core-js": "^2.4.1",
1819
"jquery": ">=1.9",
@@ -34,4 +35,4 @@
3435
"tsc": "tsc",
3536
"tsc:w": "tsc -w"
3637
}
37-
}
38+
}

0 commit comments

Comments
 (0)