Skip to content

Commit

Permalink
Merge pull request #6 from goooseman/master
Browse files Browse the repository at this point in the history
FIX #5
  • Loading branch information
rwatts3 committed Mar 6, 2016
2 parents e13c8bd + e001f73 commit 020eab5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions cloudinary.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,3 @@ if (Meteor.isClient) {
cloud_name: cloud_name
});
}

export default Cloudinary;
2 changes: 1 addition & 1 deletion package.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package.describe({
name: 'rwatts:orionjs-cloudinary',
summary: 'Cloudinary storage for orionjs:filesystem',
version: '1.0.0',
version: '1.0.1',
git: 'https://github.com/rwatts3/orionjs-cloudinary'
});

Expand Down

0 comments on commit 020eab5

Please sign in to comment.