Skip to content

Commit 0870b2e

Browse files
author
Leon Machens
committed
fix config
1 parent 55318ca commit 0870b2e

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

β€Ž.versionsβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ http@1.2.12
3131
id-map@1.0.9
3232
jquery@1.11.10
3333
livedata@1.0.18
34-
lmachens:cloudinary@5.0.0
34+
lmachens:cloudinary@5.0.1
3535
logging@1.1.17
3636
meteor@1.7.0
3737
meteor-base@1.1.0

β€Žclient/functions.coffeeβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Cloudinary =
44
_expiring_urls:{}
55
xhr:null
66
config: (options) ->
7-
$.cloudinary.options options
7+
$.cloudinary.config options
88
url: (public_id,options) ->
99
if public_id and not _.isEmpty public_id
1010
$.cloudinary.url(public_id,options.hash)

β€Žpackage.jsβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package.describe({
22
name:"lmachens:cloudinary",
33
summary: "Upload files to Cloudinary",
4-
version:"5.0.1",
4+
version:"5.0.2",
55
git:"https://github.com/lmachens/cloudinary"
66
});
77

0 commit comments

Comments
 (0)