Skip to content

Commit

Permalink
Added back foursevens version to fix meteor publish errors
Browse files Browse the repository at this point in the history
  • Loading branch information
acburst committed Jul 20, 2017
1 parent 682fa26 commit d786efc
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 @@ -11,7 +11,7 @@ Package.describe({
Package.onUse(function (api) {
api.versionsFrom('METEOR@1.0');

api.use('fourseven:scss');
api.use('fourseven:scss@4.5.4');
api.use('jquery', 'client');
api.imply('jquery', 'client');

Expand Down

0 comments on commit d786efc

Please sign in to comment.