Skip to content

Commit

Permalink
Merge pull request #151 from filoozom/master
Browse files Browse the repository at this point in the history
Move package.js
  • Loading branch information
chrisben committed Jan 24, 2016
2 parents 0e1b54c + ad99dcb commit feaaf87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chrisben:imgcache/package.js → package.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ Package.describe({

Package.onUse(function(api) {
api.versionsFrom(["METEOR@0.9.5", "METEOR@1.1.0.2"]);
api.addFiles("../js/imgcache.js");
api.addFiles("js/imgcache.js");
});

0 comments on commit feaaf87

Please sign in to comment.