Skip to content

Commit

Permalink
Remove extra dependencies from packages.js.
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmiebtlr committed Mar 25, 2016
1 parent 8510f2d commit ab20d35
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 @@ -8,6 +8,6 @@ Package.describe({

Package.onUse(function(api) {
api.versionsFrom('1.3-rc.8');
api.use('nathantreid:css-modules');
api.use('ecmascript');
api.addFiles('css/flexboxgrid.css');
});

0 comments on commit ab20d35

Please sign in to comment.