Skip to content

Commit

Permalink
Merge pull request foundation#11349 from ncoden/fix/meteor-fourseven-…
Browse files Browse the repository at this point in the history
…scss-compatibility

fix: revise Meteor "fourseven:scss" compatibility for Meteor<1.4.1 support
  • Loading branch information
ncoden authored Jun 23, 2018
2 parents fb9a534 + 009b469 commit 39056a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ Package.describe({

Package.onUse(function(api) {
api.versionsFrom('1.2.1');
api.imply('fourseven:scss@4.5.4');
api.use(['ecmascript', 'jquery', 'fourseven:scss@4.5.4'], 'client');
api.imply('fourseven:scss@3.4.1 || 4.0.0');
api.use(['ecmascript', 'jquery', 'fourseven:scss@3.4.1 || 4.0.0'], 'client');
api.addFiles('dist/js/foundation.js', 'client');
api.addFiles([

Expand Down

0 comments on commit 39056a7

Please # to comment.