Skip to content

Commit

Permalink
Merge pull request #125 from ncoden/fix/meteor-fourseven-scss-compati…
Browse files Browse the repository at this point in the history
…bility

fix: revise Meteor "fourseven:scss" compatibility for Meteor<1.4.1 support
  • Loading branch information
ncoden authored Jun 23, 2018
2 parents 969f6c4 + 48ea2e3 commit 29aa359
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@3.4.1');
api.use(['ecmascript', 'jquery', 'fourseven:scss@3.4.1'], '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/motion-ui.js', 'client');
api.addFiles([
'src/_settings.scss',
Expand Down

0 comments on commit 29aa359

Please sign in to comment.