Skip to content

Commit

Permalink
BUGFIX englue#31
Browse files Browse the repository at this point in the history
  • Loading branch information
comerc authored Jun 24, 2016
1 parent 26ca6b8 commit 2f7a713
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package.describe({
name: 'reywood:bootstrap3-sass',
summary: 'Bootstrap 3 with Sass support',
version: '3.3.5_2',
version: '3.3.5_3',
git: 'https://github.com/englue/meteor-bootstrap3-sass.git'
});

Expand All @@ -11,7 +11,7 @@ Package.onUse(function (api) {
api.use([
'meteor',
'jquery',
'fourseven:scss@3.3.3'
'fourseven:scss@=3.2.0'
]);

api.addFiles([
Expand Down Expand Up @@ -104,7 +104,7 @@ Package.onUse(function (api) {
Package.onTest(function(api) {
api.use('reywood:bootstrap3-sass');
api.use([
'fourseven:scss@3.3.3',
'fourseven:scss@=3.2.0',
'jquery',
'tinytest',
'test-helpers'
Expand Down

0 comments on commit 2f7a713

Please sign in to comment.