Skip to content

Commit

Permalink
update version of fourseven:scss dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Raymond Young committed Dec 28, 2017
1 parent 60d47ab commit 244a684
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .versions
Expand Up @@ -3,7 +3,7 @@ babel-runtime@0.1.8
caching-compiler@1.0.4
ecmascript@0.4.3
ecmascript-runtime@0.2.10
fourseven:scss@3.4.1
fourseven:scss@4.5.4
jquery@1.11.8
meteor@1.1.14
modules@0.6.1
Expand Down
4 changes: 2 additions & 2 deletions package.js
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@4.5.4');
api.use(['ecmascript', 'jquery', 'fourseven:scss@4.5.4'], 'client');
api.addFiles('dist/js/foundation.js', 'client');
api.addFiles([

Expand Down

0 comments on commit 244a684

Please sign in to comment.