Skip to content

Commit

Permalink
on_use should be onUse
Browse files Browse the repository at this point in the history
  • Loading branch information
copleykj committed Jul 29, 2020
1 parent 76055ec commit ce44d2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Package.describe({
git: 'https://github.com/copleykj/socialize-cloudinary',
});

Package.on_use(function _(api) {
Package.onUse(function _(api) {
api.versionsFrom('1.3');

api.use(['meteor', 'ecmascript', 'mongo', 'check'], ['client', 'server']);
Expand Down

0 comments on commit ce44d2f

Please sign in to comment.