Skip to content

Commit

Permalink
Merge pull request #121 from ncoden/chore/revert-fourseven-scss-unpin
Browse files Browse the repository at this point in the history
fix: revert "6059743 unpin Meteor fourseven for better compatibility"
  • Loading branch information
ncoden authored Jun 13, 2018
2 parents 52fc262 + 91b1303 commit b7f40a2
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');
api.use(['ecmascript', 'jquery', 'fourseven:scss'], 'client');
api.imply('fourseven:scss@3.4.1');
api.use(['ecmascript', 'jquery', 'fourseven:scss@3.4.1'], 'client');
api.addFiles('dist/motion-ui.js', 'client');
api.addFiles([
'src/_settings.scss',
Expand Down

0 comments on commit b7f40a2

Please sign in to comment.